diff options
author | thexai <58434170+thexai@users.noreply.github.com> | 2021-12-26 18:51:36 +0100 |
---|---|---|
committer | thexai <58434170+thexai@users.noreply.github.com> | 2021-12-27 11:02:46 +0100 |
commit | 7a6aeb0f2583750284918f31b2f15284ab2e805c (patch) | |
tree | d0806a1149dd02e9622dff9a3eea481f3e185b8a /tools/buildsteps | |
parent | 4ac445c4a9f3080895bfcc34e7115e2de5b66d22 (diff) |
[depends] Updates MSYS2 to 20210725
Used to build ffmpeg libs on Windows.
Diffstat (limited to 'tools/buildsteps')
-rw-r--r-- | tools/buildsteps/windows/download-msys2.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/windows/download-msys2.bat b/tools/buildsteps/windows/download-msys2.bat index 40b985f1be..34c34729a7 100644 --- a/tools/buildsteps/windows/download-msys2.bat +++ b/tools/buildsteps/windows/download-msys2.bat @@ -26,7 +26,7 @@ PUSHD %~dp0\..\..\.. SET WORKSPACE=%CD% POPD -set msysver=20161025 +set msysver=20210725 set msys2=msys64 set instdir=%WORKSPACE%\project\BuildDependencies set msyspackages=diffutils gcc make patch perl tar yasm |