Skip to content

Commit 5aeba8b

Browse files
committed
mingw
1 parent 319ba2f commit 5aeba8b

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
@@ -19,7 +19,7 @@ if [ "$cxx_type" = "Ubuntu" ]; then
1919
cxx_type=$($CXX --version | head -1 | cut -d' ' -f2)
2020
fi
2121
# TODO: how to get built-in include paths from compiler?
22-
if [ "$cxx_type" = "g++" ]; then
22+
if [ [ "$cxx_type" = "g++" ] || [ "$cxx_type" = "g++.exe" ] ]; then
2323
gcc_ver=$($CXX -dumpversion)
2424
defs=
2525
defs="$defs -D__GNUC__"

0 commit comments

Comments
 (0)