summaryrefslogtreecommitdiff
path: root/unoidl/Executable_unoidl-check.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/Executable_unoidl-check.mk')
-rw-r--r--unoidl/Executable_unoidl-check.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/unoidl/Executable_unoidl-check.mk b/unoidl/Executable_unoidl-check.mk
index 36dfc44de635..edd0d4b32aec 100644
--- a/unoidl/Executable_unoidl-check.mk
+++ b/unoidl/Executable_unoidl-check.mk
@@ -21,4 +21,8 @@ $(eval $(call gb_Executable_use_libraries,unoidl-check, \
sal \
))
+ifeq ($(DISABLE_DYNLOADING),TRUE)
+$(eval $(call gb_Executable_use_external,unoidl-check,dtoa))
+endif
+
# vim: set noet sw=4 ts=4: