Skip to content

Commit 413103c

Browse files
committed
s
1 parent 2760f96 commit 413103c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

selfcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ elif [ "$cxx_type" = "Apple" ]; then
4242
find /Applications -name cctype
4343
xcode_path="/Applications/Xcode_16.4.app"
4444
if [ ! -d "$xcode_path" ]; then
45-
xcode_path="/Applications/Xcode_16.1.app"
45+
xcode_path="/Applications/Xcode_15.2.app"
4646
fi
4747
./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"
4848
ec=$?

0 commit comments

Comments
 (0)