Skip to content

Commit b1c5e99

Browse files
committed
s
1 parent 413103c commit b1c5e99

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
@@ -28,7 +28,7 @@ if [ "$cxx_type" = "g++" ]; then
2828
elif [ "$cxx_type" = "clang" ]; then
2929
clang_ver=$($CXX -dumpversion)
3030
clang_ver=${clang_ver%%.*}
31-
find /usr/include -name bits/wordsize.h
31+
find /usr/include -name wordsize.h
3232
cxx_inc="/usr/include/c++/v1"
3333
if [ ! -d "$cxx_inc" ]; then
3434
cxx_inc="/usr/lib/llvm-$clang_ver/include/c++/v1"

0 commit comments

Comments
 (0)