]> granicus.if.org Git - libvpx/commit
Fix discovery of Darwin SDKs
authorLawrence Velázquez <larryv@macports.org>
Sat, 24 Jan 2015 03:30:23 +0000 (22:30 -0500)
committerLawrence Velázquez <larryv@macports.org>
Tue, 27 Jan 2015 02:44:02 +0000 (21:44 -0500)
commitad314c1689efee86a0b49754a27fab5c0f610457
tree4456d68c9f206d01827bab10c034077d65c6dd95
parentd231ce4fded9297dba765f959ea2dba40c8ad7d4
Fix discovery of Darwin SDKs

The current method doesn't work with Xcode 4 and up, since they no
longer have a $DEVELOPER_DIR/SDKs directory. Using xcrun and xcodebuild
works all the way back to Xcode 3 on OS X 10.6 Snow Leopard, if not
earlier.

Change-Id: I7126f2fb4a8f1d6e46f921e70bbd090f00ce3d36
build/make/configure.sh