Skip to content

Commit bc754ac

Browse files
committed
mingw
1 parent 4caff6a commit bc754ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

selfcheck.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if [ "$cxx_type" = "Ubuntu" ] || [ "$cxx_type" = "Debian" ]; then
2020
fi
2121

2222
if [ "$cxx_type" = "g++" ] || [ "$cxx_type" = "g++.exe" ]; then
23+
cat C:/msys64/mingw32/include/_mingw.h
2324
defs=
2425
defs="$defs -D__GNUC__"
2526
defs="$defs -D__STDC__"

0 commit comments

Comments
 (0)