diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-15 20:56:48 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-15 21:25:43 +0300 |
commit | c5ff2b39f25664994c8b085580b467389e935a7a (patch) | |
tree | 9e5b454dd1e8903fc3a9ed1a99b3a5ed6f04607c /sc/Library_sc.mk | |
parent | cfe512ac7bdbc79603ca5ffe89980d6a0489e0ca (diff) |
No vbahelper library if DISABLE_SCRIPTING
Change-Id: Ie5ea03493659eb467e61a6985016e3f43f450136
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 5b82620939bc..5631f5578229 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -88,7 +88,8 @@ $(eval $(call gb_Library_use_libraries,sc,\ tl \ ucbhelper \ utl \ - vbahelper \ + $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \ + vbahelper) \ vcl \ xo \ $(gb_UWINAPI) \ |