DescriptionAllow the mac_sdk_path GYP variable to set the Mac OS X SDK by path.
This is useful for cases where Xcode doesn't know about the SDK, possibly
because the SDK is installed outside of Xcode altogether. For example, Xcode
4.4 does not include a copy of the 10.6 SDK, so if you have a copy of the 10.6
SDK present at /SDKs/MacOSX10.6.sdk, you can put this in ~/.gyp/include.gypi:
{
'variables': {
'mac_sdk_path': '/SDKs/MacOSX10.6.sdk',
},
}
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148680
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Messages
Total messages: 9 (0 generated)
|