From da928d305b10445c2a736597d87fb2a8c4409eb7 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 14 Jan 2015 15:13:33 -0500 Subject: [PATCH] Help: Add notes for topic 'Apple-compiler-selection' --- Help/release/dev/Apple-compiler-selection.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Help/release/dev/Apple-compiler-selection.rst diff --git a/Help/release/dev/Apple-compiler-selection.rst b/Help/release/dev/Apple-compiler-selection.rst new file mode 100644 index 000000000..5ff565345 --- /dev/null +++ b/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.