diff options
Diffstat (limited to 'vbahelper/Module_vbahelper.mk')
-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 ee82314911bb..09a66e4d0b62 100644 --- a/vbahelper/Module_vbahelper.mk +++ b/vbahelper/Module_vbahelper.mk @@ -19,7 +19,7 @@ $(eval $(call gb_Module_Module,vbahelper)) -ifneq ($(DISABLE_SCRIPTING),TRUE) +ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),) # the targets to be inserted are their file names without .mk extension $(eval $(call gb_Module_add_targets,vbahelper,\ |