[vlc-devel] [vlc-commits] macosx: Really use specified SDK in build.sh

Sebastien Zwickert dilaroga at gmail.com
Tue Feb 28 10:05:56 CET 2012


On Feb 27, 2012, at 12:35 PM, Brendon Justin wrote:

> +      --with-macosx-sdk=/Developer/SDKs/MacOSX$OSX_VERSION.sdk > $out
> fi

This won't work with Xcode 4.3 and later anymore because Xcode has been released with
a new filesystem location and organization. Now, all Xcode related files are located inside
the Xcode.app bundle and the bundle could be located anywhere on the disk.
The patch in attachment takes into account an env var named OSX_SDK for bootstrapping
the contrib.
If the patch is acceptable, all fixed occurrences like /Developer/SDKs/* should be replaced
with this env var.

Best regards,
Sebastien.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-contrib-support-new-xcode-filesystem-architecture.patch
Type: application/octet-stream
Size: 1199 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120228/1b25a922/attachment.obj>


More information about the vlc-devel mailing list