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

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
üst 691b6ea8
......@@ -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) \
))
......
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