diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-27 20:36:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-28 09:16:13 +0300 |
commit | 00f13ed9dd944846740e6a9867cf02a48585a609 (patch) | |
tree | ea9a798a0595796947ad84e5d95b4709180f129e /solenv/Executable_concat-deps.mk | |
parent | 691b6ea8e100fc55f0ff70a82511722733113a07 (diff) |
Fix build of concat-deps on OS X when solver/*/lib does not yet exist
Otherwise the -Wl,-fatal_warnings will hit us.
Change-Id: Ib41a1aa291ebc4605c9e314505338e1b8adb886a
Diffstat (limited to 'solenv/Executable_concat-deps.mk')
-rw-r--r-- | solenv/Executable_concat-deps.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/Executable_concat-deps.mk b/solenv/Executable_concat-deps.mk index a69b75717c50..5d6a38ebdfac 100644 --- a/solenv/Executable_concat-deps.mk +++ b/solenv/Executable_concat-deps.mk @@ -9,6 +9,9 @@ $(eval $(call gb_Executable_Executable,concat-deps)) +$(eval $(call gb_Executable_set_ldflags,concat-deps,\ + $(filter-out $(SOLARLIB),$$(LDFLAGS)))) + $(eval $(call gb_Executable_add_cobjects,concat-deps,\ solenv/bin/concat-deps, $(gb_COMPILEROPTFLAGS) \ )) |