diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-07-08 17:59:59 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-07-08 18:20:48 +0300 |
commit | a1711c717e0b5b7b2b5b722aba34cf32aa6c87aa (patch) | |
tree | 5d4aca1b7e5fe6fff5b4f249bb9a1559d21ae544 /config_host.mk.in | |
parent | 65f12c0e16638d3285539d9901e7300f3d12c615 (diff) |
Construct and propagate the argument to xcodebuild's -sdk option
Change-Id: I810ea99f61c47da62f2489d5176f6fbb779134a9
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
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@ |