We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7aaec commit 8b0cb93Copy full SHA for 8b0cb93
1 file changed
selfcheck.sh
@@ -40,9 +40,9 @@ if [ "$cxx_type" = "g++" ]; then
40
if [ -d /usr/lib/gcc/x86_64-pc-linux-gnu/$gcc_ver/include ]; then
41
inc="$inc -I/usr/lib/gcc/x86_64-pc-linux-gnu/$gcc_ver/include"
42
fi
43
- #if [ -d "/usr/include/x86_64-linux-gnu" ]; then
44
- #inc="inc -I/usr/include/x86_64-linux-gnu/c++/$gcc_ver"
45
- #fi
+ if [ -d "/usr/include/x86_64-linux-gnu" ]; then
+ inc="inc -I/usr/include/x86_64-linux-gnu/c++/$gcc_ver"
+ fi
46
./simplecpp simplecpp.cpp -e -f -std=gnu++11 $defs $inc
47
ec=$?
48
if [ $ec -ne 0 ]; then
0 commit comments