Skip to content

Commit d8d9ff1

Browse files
committed
s
1 parent 7a30d21 commit d8d9ff1

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
@@ -77,7 +77,7 @@ elif [ "$cxx_type" = "clang" ]; then
7777
fi
7878
elif [ "$cxx_type" = "Apple" ]; then
7979
appleclang_ver=$($CXX -dumpversion)
80-
appleclang_ver=${clang_ver%%.*}
80+
appleclang_ver=${appleclang_ver%%.*}
8181
xcode_path="/Applications/Xcode_16.4.app"
8282
if [ ! -d "$xcode_path" ]; then
8383
xcode_path="/Applications/Xcode_15.2.app"

0 commit comments

Comments
 (0)