diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-03-02 20:01:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-03-02 21:46:57 +0100 |
commit | 133eafab9bf3ba00eb32d08178fcb0dffd0dcf91 (patch) | |
tree | 2aa2000acb90962687f77d0d3e11764e260e5987 /idl | |
parent | e2a6efe230888b000329b79d7797a5e07a3e48f7 (diff) |
ofz#20976 build-failure
Change-Id: I6fc81e6ef13f77dea410f95e159a932089603aeb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89801
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 \ |