From 23e6200c1470c33426e3f99eba32ebed4e76ca3a Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 20 Aug 2018 22:49:06 +0300 Subject: My bad. --- mesonbuild/compilers/d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesonbuild/compilers/d.py b/mesonbuild/compilers/d.py index e67683b..c8cc6b0 100644 --- a/mesonbuild/compilers/d.py +++ b/mesonbuild/compilers/d.py @@ -239,7 +239,7 @@ class DCompiler(Compiler): for la in linkargs: dcargs.append('-L' + la.strip()) continue - elif arg.startswith('-install-name'): + elif arg.startswith('-install_name'): dcargs.append('-L' + arg) continue elif arg.startswith('-link-defaultlib') or arg.startswith('-linker'): -- cgit v1.1