Skip to content

Commit bdad175

Browse files
committed
s
1 parent 540466c commit bdad175

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

selfcheck.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ fi
2121
# TODO: how to get built-in include paths from compiler?
2222
if [ "$cxx_type" = "g++" ]; then
2323
gcc_ver=$($CXX -dumpversion)
24-
find /usr/include -name wordsize.h
25-
find /usr/lib -name wordsize.h
24+
find /usr/include -name stubs-32.h
25+
find /usr/lib -name stubs-32.h
2626
defs=
2727
defs="$defs -D__GNUC__"
2828
defs="$defs -D__STDC__"

0 commit comments

Comments
 (0)