aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-08-20 22:49:06 +0300
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2018-08-23 21:16:28 -0700
commit23e6200c1470c33426e3f99eba32ebed4e76ca3a (patch)
tree2d4b42aab05d7c7cb3e48692b7e4cff9df7e7e8e
parent79aec5f34226330712f606bf3655aa2d25377927 (diff)
downloadmeson-23e6200c1470c33426e3f99eba32ebed4e76ca3a.zip
meson-23e6200c1470c33426e3f99eba32ebed4e76ca3a.tar.gz
meson-23e6200c1470c33426e3f99eba32ebed4e76ca3a.tar.bz2
My bad.
-rw-r--r--mesonbuild/compilers/d.py2
1 files changed, 1 insertions, 1 deletions
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'):