We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8258a3 commit f43124cCopy full SHA for f43124c
1 file changed
selfcheck.sh
@@ -37,7 +37,7 @@ elif [ "$cxx_type" = "Apple" ]; then
37
#clang_ver=$($CXX -dumpversion)
38
#clang_ver=${clang_ver%%.*}
39
find /Applications -name cctype
40
- # TODO: how to get XCode version
+ # 16.1 is an Xcode version common to all used platforms
41
./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"
42
ec=$?
43
if [ $ec -ne 0 ]; then
0 commit comments