Skip to content

Commit a7d0bdd

Browse files
committed
s
1 parent baaadf3 commit a7d0bdd

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
@@ -28,6 +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 cctype
3132
./simplecpp simplecpp.cpp -e -f -std=gnu++11 -D__BYTE_ORDER__ -I"/usr/include/c++/v1"
3233
ec=$?
3334
if [ $ec -ne 0 ]; then

0 commit comments

Comments
 (0)