define boost_filestystem external for system boost too
Change-Id: Ie9bfc6a5f3e1862acbd1bb08c6f2bb0b63f2587e
This commit is contained in:
parent
ed41a33ca2
commit
b4339fa7ee
1 changed files with 7 additions and 0 deletions
|
@ -636,6 +636,13 @@ $(call gb_LinkTarget__use_boost_lib,$(1),$(BOOST_DATE_TIME_LIB))
|
|||
|
||||
endef
|
||||
|
||||
define gb_LinkTarget__use_boost_filesystem
|
||||
$(call gb_LinkTarget__use_boost_lib,$(1),$(BOOST_FILESYSTEM_LIB))
|
||||
|
||||
endef
|
||||
|
||||
gb_ExternalProject__use_boost_filesystem :=
|
||||
|
||||
define gb_LinkTarget__use_boost_iostreams
|
||||
$(call gb_LinkTarget__use_boost_lib,$(1),$(BOOST_IOSTREAMS_LIB))
|
||||
|
||||
|
|
Loading…
Reference in a new issue