summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index dbdf4a996186..aa739373c16e 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -476,6 +476,10 @@ endef
define gb_LinkTarget__use_boost_headers
$(call gb_LinkTarget_use_unpacked,$(1),boost)
+$(call gb_LinkTarget_set_include,$(1),\
+ -I$(call gb_UnpackedTarball_get_dir,boost) \
+ $$(INCLUDE) \
+)
endef