Target link flags too.

This commit is contained in:
Jussi Pakkanen 2014-04-02 23:17:09 +03:00
parent b5cb3681a1
commit 4ee484a3b4
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {}