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

Rafaël Carré funman at videolan.org
Tue Feb 28 13:54:23 CET 2012


Le 2012-02-28 04:05, Sebastien Zwickert a écrit :
> 
> 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.

Looks good to me, I was wondering about this new SDK location too.

BTW the new command line tools package doesn't seem to ship separate
SDKs, are they only available with the full package including Xcode.app?



More information about the vlc-devel mailing list