summaryrefslogtreecommitdiff
path: root/config_host.mk.in
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 /config_host.mk.in
parent42b11e861a6eb4fef43225259c300f87b8d1a625 (diff)
Decouple disabling of scripting (BASIC &co) from OS being iOS
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index ff976a7af87c..535b25b48ef6 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -79,6 +79,7 @@ export DIRECTXSDK_LIB=@DIRECTXSDK_LIB@
export DISABLE_ACTIVEX=@DISABLE_ACTIVEX@
export DISABLE_ATL=@DISABLE_ATL@
export DISABLE_DBCONNECTIVITY=@DISABLE_DBCONNECTIVITY@
+export DISABLE_INTERPRETERS=@DISABLE_INTERPRETERS@
export DISABLE_LINKOO=@DISABLE_LINKOO@
export DISABLE_NEON=@DISABLE_NEON@
export DISABLE_PYTHON=@DISABLE_PYTHON@