summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/StaticLibrary_codemaker.mk2
-rw-r--r--codemaker/StaticLibrary_codemaker_cpp.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/codemaker/StaticLibrary_codemaker.mk b/codemaker/StaticLibrary_codemaker.mk
index e0eab499bc91..a3005185e943 100644
--- a/codemaker/StaticLibrary_codemaker.mk
+++ b/codemaker/StaticLibrary_codemaker.mk
@@ -27,6 +27,8 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,codemaker))
+$(eval $(call gb_StaticLibrary_use_unpacked,codemaker,boost))
+
$(eval $(call gb_StaticLibrary_use_packages,codemaker,\
codemaker_inc \
registry_inc \
diff --git a/codemaker/StaticLibrary_codemaker_cpp.mk b/codemaker/StaticLibrary_codemaker_cpp.mk
index 0e08444d53a7..627f731b9868 100644
--- a/codemaker/StaticLibrary_codemaker_cpp.mk
+++ b/codemaker/StaticLibrary_codemaker_cpp.mk
@@ -27,6 +27,8 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,codemaker_cpp))
+$(eval $(call gb_StaticLibrary_use_unpacked,codemaker_cpp,boost))
+
$(eval $(call gb_StaticLibrary_use_packages,codemaker_cpp,\
codemaker_inc \
registry_inc \