Browse Source

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

Brad King 11 years ago
parent
commit
da928d305b
1 changed files with 8 additions and 0 deletions
  1. 8 0
      Help/release/dev/Apple-compiler-selection.rst

+ 8 - 0
Help/release/dev/Apple-compiler-selection.rst

@@ -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.