Apple-compiler-selection.rst 388 B

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