aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = {}