We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d9ff1 commit 1981bfaCopy full SHA for 1981bfa
1 file changed
selfcheck.sh
@@ -105,8 +105,8 @@ elif [ "$cxx_type" = "Apple" ]; then
105
inc="$inc -I$sdk_path/usr/include/c++/v1"
106
inc="$inc -I$sdk_path/usr/include"
107
inc="$inc -I$sdk_path/usr/include/i386"
108
- if [ -d "$xcode_path/Contents/Developer/Toolchains/XcodeDefault.xctoolchain" ]; then
109
- inc="$inc -I$xcode_path/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/$appleclang_ver/include/"
+ if [ -d "$xcode_path/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/$appleclang_ver/include" ]; then
+ inc="$inc -I$xcode_path/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/$appleclang_ver/include"
110
fi
111
else
112
echo "unknown compiler '$cxx_type'"
0 commit comments