summaryrefslogtreecommitdiffstats
path: root/instsetoo_native/Module_instsetoo_native.mk
diff options
context:
space:
mode:
Diffstat (limited to 'instsetoo_native/Module_instsetoo_native.mk')
-rw-r--r--instsetoo_native/Module_instsetoo_native.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/instsetoo_native/Module_instsetoo_native.mk b/instsetoo_native/Module_instsetoo_native.mk
index 454a77cef921..2ee18e586a77 100644
--- a/instsetoo_native/Module_instsetoo_native.mk
+++ b/instsetoo_native/Module_instsetoo_native.mk
@@ -17,4 +17,11 @@ $(eval $(call gb_Module_add_targets,instsetoo_native,\
endif
+ifneq ($(gb_RUNNABLE_INSTDIR),)
+$(eval $(call gb_Module_add_targets,instsetoo_native,\
+ CustomTarget_setup \
+ Package_setup \
+))
+endif
+
# vim: set noet sw=4 ts=4: