Skip to content

Commit f43124c

Browse files
committed
s
1 parent f8258a3 commit f43124c

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
@@ -37,7 +37,7 @@ elif [ "$cxx_type" = "Apple" ]; then
3737
#clang_ver=$($CXX -dumpversion)
3838
#clang_ver=${clang_ver%%.*}
3939
find /Applications -name cctype
40-
# TODO: how to get XCode version
40+
# 16.1 is an Xcode version common to all used platforms
4141
./simplecpp simplecpp.cpp -e -f -std=gnu++11 -I"/Applications/Xcode_16.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include"
4242
ec=$?
4343
if [ $ec -ne 0 ]; then

0 commit comments

Comments
 (0)