blob: 5ff565345074d449b0c821e48690b90727508aa3 (
plain)
1
2
3
4
5
6
7
8
|
Apple-compiler-selection
------------------------
* On OS X with Makefile and Ninja generators, when a compiler is found
in ``/usr/bin`` it is now mapped to the corresponding compiler inside
the Xcode application folder, if any. This allows such build
trees to continue to work with their original compiler even when
``xcode-select`` switches to a different Xcode installation.
|