summaryrefslogtreecommitdiff
path: root/vbahelper/Module_vbahelper.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/Module_vbahelper.mk')
-rw-r--r--vbahelper/Module_vbahelper.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/vbahelper/Module_vbahelper.mk b/vbahelper/Module_vbahelper.mk
index d272fb11e1ee..fcf046e04c32 100644
--- a/vbahelper/Module_vbahelper.mk
+++ b/vbahelper/Module_vbahelper.mk
@@ -28,6 +28,8 @@
$(eval $(call gb_Module_Module,vbahelper))
+ifneq (IOS,$(OS))
+
# the targets to be inserted are their file names without .mk extension
$(eval $(call gb_Module_add_targets,vbahelper,\
Library_vbahelper \
@@ -44,4 +46,6 @@ $(eval $(call gb_Module_add_targets,vbahelper,\
#$(eval $(call gb_Module_add_subsequentcheck_targets,vbahelper,\
#))
+endif
+
# vim: set noet sw=4 ts=4: