Fix Windows build of concat-deps

Change-Id: I4c009618598714769f8b561640f69a4d1038339d
This commit is contained in:
Tor Lillqvist
2013-05-28 10:32:04 +03:00
parent 08bb8fca41
commit d8a593a32b

View File

@@ -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) \