summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-01-04 20:45:59 +0000
committerMichael Meeks <michael.meeks@collabora.com>2019-01-04 20:48:57 +0000
commitfdfe900d7150d535c34efb04e087d2f5ecf824cf (patch)
tree33aed43d1c8b4796086d3465da1e70dda0a42ff6 /config_host.mk.in
parent7d08ded117e2bac4eb47c886000c82d7fe16e739 (diff)
Re-introduce the functionality to look for multiple iOS SDK versions
Currently, look for 12.1, 12.0, 11.4 and 11.2. (But of course I recommend people keep their Xcode updated, and thus now build against the 12.1 SDK.) Also get rid of two AC_SUBST variables that were not used anywhere. Change-Id: Ic1abf3eb1d900c843263dc781fd4c9a8ab126f09 Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index dcf044d4ea12..802b8e45d353 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -623,8 +623,6 @@ export WPG_CFLAGS=$(gb_SPACE)@WPG_CFLAGS@
export WPG_LIBS=$(gb_SPACE)@WPG_LIBS@
export WPS_CFLAGS=$(gb_SPACE)@WPS_CFLAGS@
export WPS_LIBS=$(gb_SPACE)@WPS_LIBS@
-export IOS_SDK=@IOS_SDK@
-export IOS_DEPLOYMENT_VERSION=@IOS_DEPLOYMENT_VERSION@
export XINERAMA_LINK=@XINERAMA_LINK@
export XMLLINT=@XMLLINT@
export XMLSEC_CFLAGS=$(gb_SPACE)@XMLSEC_CFLAGS@