diff options
author | Tor Lillqvist <tml@collabora.com> | 2018-10-31 23:23:33 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2018-10-31 23:25:43 +0200 |
commit | ef15830d8f0841ad13bc6ed78517dba4acaadcca (patch) | |
tree | d76e38f2973f78eda40705b5343dc3fe3978be6a /config_host.mk.in | |
parent | 9d1c68ae17ef566b9034478c7b29411c62684289 (diff) |
Re-introduce the functionality to look for multiple iOS SDK versions
Currently, look for 12.1, 12.0 and 11.4. (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
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 62b95390de45..3543974328d5 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -641,8 +641,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@ |