summaryrefslogtreecommitdiff
path: root/unoidl/Executable_unoidl-check.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-03-02 12:05:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-03-02 19:54:28 +0100
commit5b22433d79823372744038c5ae28094bc938fb48 (patch)
treed0ea31e294a910330cccdc052234f5fe5c713492 /unoidl/Executable_unoidl-check.mk
parent94973fa0fa5c1253d8c8bf6b104d9e7123eee923 (diff)
ofz#20976 build-failure
Change-Id: I31434d2b979aff20a53b164ffbb3d19247cd1ce3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89826 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
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: