aboutsummaryrefslogtreecommitdiff
path: root/xcodebackend.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-04-02 23:17:09 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-04-02 23:17:09 +0300
commit4ee484a3b40ea5a814f929d4ccb3c67d268c447a (patch)
treec6cb0aa03c5b265558f80601d4b9225ded3a0416 /xcodebackend.py
parentb5cb3681a1ffe2c36e2f5852b1012e68e17329d3 (diff)
downloadmeson-4ee484a3b40ea5a814f929d4ccb3c67d268c447a.zip
meson-4ee484a3b40ea5a814f929d4ccb3c67d268c447a.tar.gz
meson-4ee484a3b40ea5a814f929d4ccb3c67d268c447a.tar.bz2
Target link flags too.
Diffstat (limited to 'xcodebackend.py')
-rw-r--r--xcodebackend.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/xcodebackend.py b/xcodebackend.py
index dd85fb7..2d27baa 100644
--- a/xcodebackend.py
+++ b/xcodebackend.py
@@ -605,6 +605,7 @@ class XCodeBackend(backends.Backend):
else:
ldargs = dep_libs
install_path = ''
+ ldargs += target.link_flags
ldstr = ' '.join(ldargs)
valid = self.buildconfmap[target_name][buildtype]
langflags = {}