diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-12 15:44:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-12 21:21:09 +0100 |
commit | 28555fc345ac2ccdda0e4e0f3c812c646befe68b (patch) | |
tree | fce284e174e9f33d34436a7874cd3db564b77abb /idl | |
parent | 3a981ad54f226723bc9749b52d62de0c536178f6 (diff) |
fix fuzzer build
Change-Id: I41df4af812cd225a0bd8e49df9e8b3c322698d28
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110825
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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk index b710f0542429..54676af66860 100644 --- a/idl/Executable_svidl.mk +++ b/idl/Executable_svidl.mk @@ -22,7 +22,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)) +$(eval $(call gb_Executable_use_externals,svidl,\ + dtoa \ + zlib \ +)) endif $(eval $(call gb_Executable_set_include,svidl,\ |