We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a30d21 commit d8d9ff1Copy full SHA for d8d9ff1
1 file changed
selfcheck.sh
@@ -77,7 +77,7 @@ elif [ "$cxx_type" = "clang" ]; then
77
fi
78
elif [ "$cxx_type" = "Apple" ]; then
79
appleclang_ver=$($CXX -dumpversion)
80
- appleclang_ver=${clang_ver%%.*}
+ appleclang_ver=${appleclang_ver%%.*}
81
xcode_path="/Applications/Xcode_16.4.app"
82
if [ ! -d "$xcode_path" ]; then
83
xcode_path="/Applications/Xcode_15.2.app"
0 commit comments