Kaydet (Commit) 9320802b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Better support for --with-system-boost --with-bost=...

Change-Id: I57ff908d1b44dd2f54f2990389e9dca8cea0f282
üst 526e152b
......@@ -505,7 +505,14 @@ $(call gb_LinkTarget_add_libs,$(1),\
endef
gb_LinkTarget__use_boost_headers:=
define gb_LinkTarget__use_boost_headers
$(call gb_LinkTarget_set_include,$(1),\
$$(INCLUDE) \
$(BOOST_CPPFLAGS) \
)
endef
gb_ExternalProject__use_boost_headers:=
else # !SYSTEM_BOOST
......
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