diff --git a/builder/scripts.d/10-mingw.sh b/builder/scripts.d/10-mingw.sh index 6163e6ca06..d6f8759f4f 100755 --- a/builder/scripts.d/10-mingw.sh +++ b/builder/scripts.d/10-mingw.sh @@ -1,7 +1,7 @@ #!/bin/bash SCRIPT_REPO="https://git.code.sf.net/p/mingw-w64/mingw-w64.git" -SCRIPT_COMMIT="d7877cbd2e080ffb77070cc08033efde9e034f13" +SCRIPT_COMMIT="c3e587c067a00a561899d49d3e63a659e38802ec" ffbuild_enabled() { [[ $TARGET == win* ]] || return -1 diff --git a/docker-build-win64.sh b/docker-build-win64.sh index fa6fe47987..7a965e356d 100755 --- a/docker-build-win64.sh +++ b/docker-build-win64.sh @@ -6,7 +6,7 @@ set -o errexit set -o xtrace # Update mingw-w64 headers -git clone --depth=1 https://git.code.sf.net/p/mingw-w64/mingw-w64.git +git clone -b v11.0.1 --depth=1 https://git.code.sf.net/p/mingw-w64/mingw-w64.git pushd mingw-w64/mingw-w64-headers ./configure \ --prefix=/usr/${FF_TOOLCHAIN} \