diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-02-27 10:03:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-02-27 10:06:22 +0200 |
commit | 4c737b647078f35a2435e27d9f7f94039db9d6c3 (patch) | |
tree | 7a7699dea8d63b72ac7f248ec026e47be9d3c8ee /vbahelper | |
parent | 42b11e861a6eb4fef43225259c300f87b8d1a625 (diff) |
Decouple disabling of scripting (BASIC &co) from OS being iOS
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/Module_vbahelper.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/Module_vbahelper.mk b/vbahelper/Module_vbahelper.mk index 28f710fd7db7..c9c68c89b80b 100644 --- a/vbahelper/Module_vbahelper.mk +++ b/vbahelper/Module_vbahelper.mk @@ -28,7 +28,7 @@ $(eval $(call gb_Module_Module,vbahelper)) -ifneq (IOS,$(OS)) +ifneq ($(DISABLE_INTERPRETERS),TRUE) # the targets to be inserted are their file names without .mk extension $(eval $(call gb_Module_add_targets,vbahelper,\ |