Decouple disabling of scripting (BASIC &co) from OS being iOS

This commit is contained in:
Tor Lillqvist
2012-02-27 10:03:18 +02:00
parent 42b11e861a
commit 4c737b6470
13 changed files with 51 additions and 16 deletions

View File

@@ -28,7 +28,7 @@
$(eval $(call gb_Module_Module,scripting))
ifneq (IOS,$(OS))
ifneq ($(DISABLE_INTERPRETERS),TRUE)
$(eval $(call gb_Module_add_targets,scripting,\
$(if $(SOLAR_JAVA),\