We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319ba2f commit 5aeba8bCopy full SHA for 5aeba8b
1 file changed
selfcheck.sh
@@ -19,7 +19,7 @@ if [ "$cxx_type" = "Ubuntu" ]; then
19
cxx_type=$($CXX --version | head -1 | cut -d' ' -f2)
20
fi
21
# TODO: how to get built-in include paths from compiler?
22
-if [ "$cxx_type" = "g++" ]; then
+if [ [ "$cxx_type" = "g++" ] || [ "$cxx_type" = "g++.exe" ] ]; then
23
gcc_ver=$($CXX -dumpversion)
24
defs=
25
defs="$defs -D__GNUC__"
0 commit comments