diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-03-02 12:05:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-03-02 19:54:28 +0100 |
commit | 5b22433d79823372744038c5ae28094bc938fb48 (patch) | |
tree | d0ea31e294a910330cccdc052234f5fe5c713492 /idl | |
parent | 94973fa0fa5c1253d8c8bf6b104d9e7123eee923 (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 'idl')
-rw-r--r-- | idl/Executable_svidl.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk index 98f447709a2c..fe0933795392 100644 --- a/idl/Executable_svidl.mk +++ b/idl/Executable_svidl.mk @@ -21,6 +21,10 @@ $(eval $(call gb_Executable_Executable,svidl)) $(eval $(call gb_Executable_use_external,svidl,boost_headers)) +ifeq ($(DISABLE_DYNLOADING),TRUE) +$(eval $(call gb_Executable_use_external,svidl,dtoa)) +endif + $(eval $(call gb_Executable_set_include,svidl,\ $$(INCLUDE) \ -I$(SRCDIR)/idl/inc \ |