summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-16 13:39:01 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-21 00:00:04 +0200
commitc3f36b0e4738f44375359789d450a28e7664d529 (patch)
treeef0bae68c9ff6b9d9878cf71edfdf4eb870b4ccb /config_host.mk.in
parent4066e061b4cc917abf086a04e14fe285c09ab1e2 (diff)
Add separate switch for disabling of dynamic loading (iOS) for orthogonality
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 828fd8224725..a018a1bd2fd9 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -80,6 +80,7 @@ export DIRECTXSDK_LIB=@DIRECTXSDK_LIB@
export DISABLE_ACTIVEX=@DISABLE_ACTIVEX@
export DISABLE_ATL=@DISABLE_ATL@
export DISABLE_DBCONNECTIVITY=@DISABLE_DBCONNECTIVITY@
+export DISABLE_DYNLOADING=@DISABLE_DYNLOADING@
export DISABLE_EXTENSIONS=@DISABLE_EXTENSIONS@
export DISABLE_SCRIPTING=@DISABLE_SCRIPTING@
export DISABLE_LINKOO=@DISABLE_LINKOO@