We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbdbf2 commit 1fd370bCopy full SHA for 1fd370b
1 file changed
selfcheck.sh
@@ -20,7 +20,7 @@ if [ "$cxx_type" = "Ubuntu" ]; then
20
fi
21
if [ "$cxx_type" = "g++" ]; then
22
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"
+ ./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"
24
ec=$?
25
if [ $ec -ne 0 ]; then
26
exit $ec
0 commit comments