Slightly downgrade mingw headers again for compat with binaries

This commit is contained in:
BtbN 2025-04-07 21:06:51 +02:00
parent 58ef810e70
commit 2310f98d3e

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
SCRIPT_REPO="https://git.code.sf.net/p/mingw-w64/mingw-w64.git" SCRIPT_REPO="https://git.code.sf.net/p/mingw-w64/mingw-w64.git"
SCRIPT_COMMIT="a421d2c0c68396bc342053c9348de85ecafa057e" SCRIPT_COMMIT="7939d61c6c63cf841fea515aabe5a12394980198"
ffbuild_enabled() { ffbuild_enabled() {
[[ $TARGET == win* ]] || return -1 [[ $TARGET == win* ]] || return -1