Changeset [b84d7218871082b5b614abeace54030dc5fb7f9c] by Mason Mark
May 10th, 2011 @ 06:15 PM
Fix build-time test for presence of Mac OS X 10.5 SDK
Some jake build tasks test whether the 10.5 SDK is present, and
if so, they build using it. However, the path to the SDK is not
necessarily consistent across installations, so testing for path
existence is not the best way to check whether the SDK is present.
Doing it that way caused build failures on machines with both Xcode
3 and Xcode 4 installed. In this fix, we now ask xcodebuild what
SDKs are present, and only fall back on the path existence test if
the local copy of xcodebuild does not support listing SDKs (as is
the case for old versions of xcodebuild).
https://github.com/280north/cappuccino/commit/b84d7218871082b5b614a...
Committed by Mason Mark
- M Tools/NativeHost/Jakefile
- M Tools/fontinfo/Jakefile
- M common.jake
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.