[cfe-dev] How to build libc++ with LLVM/Clang 3.3 on Mac OS X 10.6 "Snow Leopard"
Benjamin Kircher
benjamin.kircher at gmail.com
Thu Oct 24 13:37:30 PDT 2013
Hi there,
On Wed, Oct 23, 2013 at 9:07 AM, Laryx Decidua <laryx.decidua at gmail.com> wrote:
> Could someone please help me by sending me a short description of how to
> compile libc++ with clang++ V3.3 on Snow Leopard? Private mail would be
> appreciated.
I usually get it to compile with
$ export TRIPLE=-apple-
$ export MACOSX_DEPLOYMENT_TARGET=10.6
$ ./buildit
Does this work for you?
Cheers,
Benjamin Kircher
More information about the cfe-dev
mailing list