diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-08-06 16:59:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-08-06 21:16:43 +0200 |
commit | 26cfb57abfc037752bc02dae043f08ac7b2bc711 (patch) | |
tree | 048c0d651799eaa77908a3ac4c3dd7a1a24c24d6 /sc/CppunitTest_sc_copypaste.mk | |
parent | 245d73fa13bcb2b453308c304b215b9de4ae2602 (diff) |
use Helper_optional SCRIPTING for libs that don't exist if --disable-scripting
Change-Id: Iec65d6395b903e13f788fe8322b60aac5b974cd4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120125
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/CppunitTest_sc_copypaste.mk')
-rw-r--r-- | sc/CppunitTest_sc_copypaste.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/CppunitTest_sc_copypaste.mk b/sc/CppunitTest_sc_copypaste.mk index a9351f7a3cb1..9a5938271739 100644 --- a/sc/CppunitTest_sc_copypaste.mk +++ b/sc/CppunitTest_sc_copypaste.mk @@ -52,7 +52,8 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_copypaste, \ ucbhelper \ unotest \ utl \ - vbahelper \ + $(call gb_Helper_optional,SCRIPTING, \ + vbahelper) \ vcl \ xo \ )) |