3 | | If -isysroot is on the command line, it is used. Otherwise ... |
4 | | If system headers are installed, they are used (no sysroot is set). Otherwise ... |
5 | | If xcrun finds a major-version matching SDK in the selected Xcode.app or in /Library/Developer/SDKs, it will use it. Otherwise ... |
6 | | If xcrun finds a macosx SDK in the selected Xcode.app or in /Library/Developer/SDKs, it will use it. |
| 3 | * If -isysroot is on the command line, it is used. Otherwise ... |
| 4 | * If system headers are installed, they are used (no sysroot is set). Otherwise ... |
| 5 | * If xcrun finds a major-version matching SDK in the selected Xcode.app or in /Library/Developer/SDKs, it will use it. Otherwise ... |
| 6 | * If xcrun finds a macosx SDK in the selected Xcode.app or in /Library/Developer/SDKs, it will use it. |