Skip to content

Commit 50dab9f

Browse files
committed
s
1 parent 15b9775 commit 50dab9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

selfcheck.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ if [ "$cxx_type" = "g++" ]; then
3232
elif [ "$cxx_type" = "clang" ]; then
3333
#clang_ver=$($CXX -dumpversion)
3434
#clang_ver=${clang_ver%%.*}
35+
find /usr/include -name cctype
3536
./simplecpp simplecpp.cpp -e -f -std=gnu++11 -D__BYTE_ORDER__ -I"/usr/include/c++/v1"
3637
ec=$?
3738
if [ $ec -ne 0 ]; then

0 commit comments

Comments
 (0)