We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2075e commit 0145943Copy full SHA for 0145943
.github/workflows/mingw.yml
@@ -67,11 +67,7 @@ jobs:
67
export CC=clang
68
export CXX=clang++
69
fi
70
-
71
- if [[ "${{ matrix.msystem }}" == MINGW32 ]]; then
72
- CFLAGS+=" -D__MINGW_USE_VC2005_COMPAT"
73
- fi
74
+
75
autoreconf -vfi
76
77
rm -Rf _build && mkdir _build && cd _build
configure.ac
@@ -2646,7 +2646,7 @@ yes)
2646
# this only occues on mingw
2647
case $host in
2648
*-*-mingw*)
2649
- CFLAGS_NODIST="$CFLAGS_NODIST -Wno-error=incompatible-pointer-types"
+ CFLAGS_NODIST="$CFLAGS_NODIST -Wno-error=incompatible-pointer-types -D__MINGW_USE_VC2005_COMPAT"
2650
;;
2651
esac
2652
0 commit comments