Help: Add notes for topic 'Apple-compiler-selection'

This commit is contained in:
Brad King 2015-01-14 15:13:33 -05:00
parent 1f085e11e4
commit da928d305b
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,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.