We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413103c commit b1c5e99Copy full SHA for b1c5e99
1 file changed
selfcheck.sh
@@ -28,7 +28,7 @@ if [ "$cxx_type" = "g++" ]; then
28
elif [ "$cxx_type" = "clang" ]; then
29
clang_ver=$($CXX -dumpversion)
30
clang_ver=${clang_ver%%.*}
31
- find /usr/include -name bits/wordsize.h
+ find /usr/include -name wordsize.h
32
cxx_inc="/usr/include/c++/v1"
33
if [ ! -d "$cxx_inc" ]; then
34
cxx_inc="/usr/lib/llvm-$clang_ver/include/c++/v1"
0 commit comments