diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-03-02 19:58:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-03-02 19:58:35 +0100 |
commit | 2b03e0ba521b7b439e5da6ce73545dd4f2c49a8b (patch) | |
tree | eee54ec7541d8079beab83521fda2cf1846656f0 /idl | |
parent | 5b22433d79823372744038c5ae28094bc938fb48 (diff) |
Revert "ofz#20976 build-failure"
This reverts commit 5b22433d79823372744038c5ae28094bc938fb48.
Reason for revert: <INSERT REASONING HERE>
Change-Id: I4a104ca86dadbcc7f797df41326d48a53ca1c990
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89800
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, 0 insertions, 4 deletions
diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk index fe0933795392..98f447709a2c 100644 --- a/idl/Executable_svidl.mk +++ b/idl/Executable_svidl.mk @@ -21,10 +21,6 @@ $(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 \ |