From a1711c717e0b5b7b2b5b722aba34cf32aa6c87aa Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 8 Jul 2014 17:59:59 +0300 Subject: Construct and propagate the argument to xcodebuild's -sdk option Change-Id: I810ea99f61c47da62f2489d5176f6fbb779134a9 --- config_host.mk.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index 382a4078eec4..872172ee4efe 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -631,6 +631,7 @@ export WPG_LIBS=$(gb_SPACE)@WPG_LIBS@ export WPS_CFLAGS=$(gb_SPACE)@WPS_CFLAGS@ export WPS_LIBS=$(gb_SPACE)@WPS_LIBS@ export XCODE_ARCHS=@XCODE_ARCHS@ +export XCODEBUILD_SDK=@XCODEBUILD_SDK@ export XINERAMA_LINK=@XINERAMA_LINK@ export XMLLINT=@XMLLINT@ export XRANDR_CFLAGS=$(gb_SPACE)@XRANDR_CFLAGS@ -- cgit