summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-02-27 10:03:18 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-27 10:06:22 +0200
commit4c737b647078f35a2435e27d9f7f94039db9d6c3 (patch)
tree7a7699dea8d63b72ac7f248ec026e47be9d3c8ee /postprocess
parent42b11e861a6eb4fef43225259c300f87b8d1a625 (diff)
Decouple disabling of scripting (BASIC &co) from OS being iOS
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/packcomponents/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index d22888989f4d..ae463cc28951 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -177,7 +177,7 @@ my_components += \
.ENDIF
-.IF "$(OS)" != "IOS"
+.IF "$(DISABLE_INTERPRETERS)" != "TRUE"
my_components += \
component/basctl/util/basctl \