Kaydet (Commit) d8a593a3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix Windows build of concat-deps

Change-Id: I4c009618598714769f8b561640f69a4d1038339d
üst 08bb8fca
...@@ -9,8 +9,10 @@ ...@@ -9,8 +9,10 @@
$(eval $(call gb_Executable_Executable,concat-deps)) $(eval $(call gb_Executable_Executable,concat-deps))
ifneq ($(OS),WNT)
$(eval $(call gb_Executable_set_ldflags,concat-deps,\ $(eval $(call gb_Executable_set_ldflags,concat-deps,\
$(filter-out $(SOLARLIB),$$(LDFLAGS)))) $(filter-out $(SOLARLIB),$$(LDFLAGS))))
endif
$(eval $(call gb_Executable_add_cobjects,concat-deps,\ $(eval $(call gb_Executable_add_cobjects,concat-deps,\
solenv/bin/concat-deps, $(gb_COMPILEROPTFLAGS) \ solenv/bin/concat-deps, $(gb_COMPILEROPTFLAGS) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment