[PATCH] Install libc++ headers in include/, rather than lib/

Justin Bogner mail at justinbogner.com
Fri Nov 15 08:51:41 PST 2013


To be clear, these changes would change that installation path. I
should've mentioned in my original email that I did speak with a few
people and no one could recall a good reason these are in lib today, and
that it was more logical to use the include/ dir than to update the
cmake build to use lib/ as well.

Rafael EspĂ­ndola <rafael.espindola at gmail.com> writes:
> On darwin the shipping clang has the headers installed in
>
> /Applications/Xcode.app//Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/c++/v1/iostream
>
> so it looks like this is intentional.
>
> On 14 November 2013 19:09, Justin Bogner <mail at justinbogner.com> wrote:
>> These two patches change the configure build system to install libc++
>> headers in include/ like the cmake build system does. The second patch
>> updates the search path on Darwin to work with this.




More information about the cfe-commits mailing list