Skip to content

Commit 1fd370b

Browse files
committed
s
1 parent 3cbdbf2 commit 1fd370b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

selfcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ "$cxx_type" = "Ubuntu" ]; then
2020
fi
2121
if [ "$cxx_type" = "g++" ]; then
2222
gcc_ver=$($CXX -dumpversion)
23-
./simplecpp simplecpp.cpp -e -f -std=gnu++11 -D__GNUC__ -D__STDC__ -D__STDC_HOSTED__ -D__CHAR_BIT__=8 -I"/usr/include" -I"/usr/include/linux" -I"/usr/include/c++/$gcc_ver" -I"/usr/lib64/gcc/x86_64-pc-linux-gnu/$gcc_ver/include" -I"/usr/include/x86_64-linux-gnu/c++/$gcc_ver"
23+
./simplecpp simplecpp.cpp -e -f -std=gnu++11 -D__GNUC__ -D__STDC__ -D__STDC_HOSTED__ -D__CHAR_BIT__=8 -I"/usr/include" -I"/usr/include/linux" -I"/usr/include/c++/$gcc_ver" -I"/usr/include/x86_64-linux-gnu/c++/$gcc_ver"
2424
ec=$?
2525
if [ $ec -ne 0 ]; then
2626
exit $ec

0 commit comments

Comments
 (0)