We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4caff6a commit bc754acCopy full SHA for bc754ac
1 file changed
selfcheck.sh
@@ -20,6 +20,7 @@ if [ "$cxx_type" = "Ubuntu" ] || [ "$cxx_type" = "Debian" ]; then
20
fi
21
22
if [ "$cxx_type" = "g++" ] || [ "$cxx_type" = "g++.exe" ]; then
23
+ cat C:/msys64/mingw32/include/_mingw.h
24
defs=
25
defs="$defs -D__GNUC__"
26
defs="$defs -D__STDC__"
0 commit comments