mac: Let mac_sdk default to the oldest available SDK that's at least 10.6
Having to manually set mac_sdk was a FAQ when Xcode 4 was released. Now we're using the 10.6 SDK by default, but Xcode 4.4 ships only with the 10.7 and 10.8 SDKs, so it'll likely become a FAQ again. Automatically set mac_sdk to something sensible. (People who explicitly say "mac_sdk=10.6" will have to stop doing so when they switch to Xcode 4.4.) BUG=121162 TEST=Build without mac_sdk in GYP_DEFINES. Something useful happens with Xcode 3.2.6, Xcode 4, Xcode 4.4. Review URL: https://chromiumcodereview.appspot.com/10824055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148817 0039d316-1c4b-4281-b951-d872f2087c98
Showing
build/mac/find_sdk.py
0 → 100644
Please register or sign in to comment