We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340d32c commit 207411aCopy full SHA for 207411a
1 file changed
selfcheck.sh
@@ -21,6 +21,8 @@ fi
21
# TODO: how to get built-in include paths from compiler?
22
if [ "$cxx_type" = "g++" ]; then
23
gcc_ver=$($CXX -dumpversion)
24
+ find /usr/include -name wordsize.h
25
+ find /usr/lib -name wordsize.h
26
defs=
27
defs="$defs -D__GNUC__"
28
defs="$defs -D__STDC__"
0 commit comments