diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-28 10:32:04 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-28 10:32:04 +0300 |
commit | d8a593a32b718c211fbec120fee26c0bc61f0fad (patch) | |
tree | 883548e825996937a47dec78ba8fdcb4dc1f4893 | |
parent | 08bb8fca4144608237418d64b1479840c408256f (diff) |
Fix Windows build of concat-deps
Change-Id: I4c009618598714769f8b561640f69a4d1038339d
-rw-r--r-- | solenv/Executable_concat-deps.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/Executable_concat-deps.mk b/solenv/Executable_concat-deps.mk index 5d6a38ebdfac..f376c7c566d4 100644 --- a/solenv/Executable_concat-deps.mk +++ b/solenv/Executable_concat-deps.mk @@ -9,8 +9,10 @@ $(eval $(call gb_Executable_Executable,concat-deps)) +ifneq ($(OS),WNT) $(eval $(call gb_Executable_set_ldflags,concat-deps,\ $(filter-out $(SOLARLIB),$$(LDFLAGS)))) +endif $(eval $(call gb_Executable_add_cobjects,concat-deps,\ solenv/bin/concat-deps, $(gb_COMPILEROPTFLAGS) \ |