Allow 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', }, } Review URL: https://chromiumcodereview.appspot.com/10831039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148680 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment