We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aeba8b commit 0942b49Copy full SHA for 0942b49
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++" ] || [ "$cxx_type" = "g++.exe" ] ]; 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