[vlc-devel] [PATCH 1/4] Fixed contrib compiler selection on MacOS X

Maxim Bublis b at codemonkey.ru
Thu Nov 7 11:58:01 CET 2013


MacOS X 10.9 doesn't have llvm-gcc-4.2 anymore and llvm-gcc is just a
symlink to clang.
Accidentally xcrun doesn't work with llvm-gcc, only with clang.


On Thu, Nov 7, 2013 at 2:54 PM, Jean-Baptiste Kempf <jb at videolan.org> wrote:

> On 07 Nov, Maxim Bublis wrote :
> >  ifdef HAVE_MACOSX
> >  MIN_OSX_VERSION=10.6
> > -CC=xcrun llvm-gcc-4.2
> > -CXX=xcrun llvm-g++-4.2
> > +CC=xcrun clang
> > +CXX=xcrun clang++
>
> Why?
>
> With my kindest regards,
>
> --
> Jean-Baptiste Kempf
> http://www.jbkempf.com/ - +33 672 704 734
> Sent from my Electronic Device
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>



-- 
Maxim Bublis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20131107/414c2f3e/attachment.html>


More information about the vlc-devel mailing list