We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2760f96 commit 413103cCopy full SHA for 413103c
1 file changed
selfcheck.sh
@@ -42,7 +42,7 @@ elif [ "$cxx_type" = "Apple" ]; then
42
find /Applications -name cctype
43
xcode_path="/Applications/Xcode_16.4.app"
44
if [ ! -d "$xcode_path" ]; then
45
- xcode_path="/Applications/Xcode_16.1.app"
+ xcode_path="/Applications/Xcode_15.2.app"
46
fi
47
./simplecpp simplecpp.cpp -e -f -std=gnu++11 -D__BYTE_ORDER__ -D__APPLE__ -I"$xcode_path/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include" -I"$xcode_path/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1"
48
ec=$?
0 commit comments