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 /codemaker/Executable_cppumaker.mk | |
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 'codemaker/Executable_cppumaker.mk')
-rw-r--r-- | codemaker/Executable_cppumaker.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/codemaker/Executable_cppumaker.mk b/codemaker/Executable_cppumaker.mk index 41ca490718d7..f81577b732b0 100644 --- a/codemaker/Executable_cppumaker.mk +++ b/codemaker/Executable_cppumaker.mk @@ -11,6 +11,10 @@ $(eval $(call gb_Executable_Executable,cppumaker)) $(eval $(call gb_Executable_use_external,cppumaker,boost_headers)) +ifeq ($(DISABLE_DYNLOADING),TRUE) +$(eval $(call gb_Executable_use_external,cppumaker,dtoa)) +endif + $(eval $(call gb_Executable_use_libraries,cppumaker,\ unoidl \ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),reg) \ |