summaryrefslogtreecommitdiff
path: root/codemaker/Executable_cppumaker.mk
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/Executable_cppumaker.mk')
-rw-r--r--codemaker/Executable_cppumaker.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/codemaker/Executable_cppumaker.mk b/codemaker/Executable_cppumaker.mk
index 41ca490718d7..f81577b732b0 100644
--- a/codemaker/Executable_cppumaker.mk
+++ b/codemaker/Executable_cppumaker.mk
@@ -11,6 +11,10 @@ $(eval $(call gb_Executable_Executable,cppumaker))
$(eval $(call gb_Executable_use_external,cppumaker,boost_headers))
+ifeq ($(DISABLE_DYNLOADING),TRUE)
+$(eval $(call gb_Executable_use_external,cppumaker,dtoa))
+endif
+
$(eval $(call gb_Executable_use_libraries,cppumaker,\
unoidl \
$(if $(filter TRUE,$(DISABLE_DYNLOADING)),reg) \