define boost_filestystem external for system boost too

Change-Id: Ie9bfc6a5f3e1862acbd1bb08c6f2bb0b63f2587e
This commit is contained in:
David Tardon 2016-03-08 06:08:36 +01:00
parent ed41a33ca2
commit b4339fa7ee

View file

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