File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
setlocal enabledelayedexpansion
3
3
4
4
set LLVM_VERSION = 18.1.8
5
- set MESA_VERSION = 24.2.0
5
+ set MESA_VERSION = 24.2.1
6
6
7
7
rem *** architectures ***
8
8
@@ -151,7 +151,8 @@ if not exist winflexbison (
151
151
echo Downloading win_flex_bison
152
152
mkdir winflexbison
153
153
pushd winflexbison
154
- curl -sfL -o win_flex_bison.zip https://github.com/lexxmark/winflexbison/releases/download/v2.5.25/win_flex_bison-2.5.25.zip || exit /b 1
154
+ rem 2.5.25 is buggy when running parallel make, see: https://github.com/lexxmark/winflexbison/issues/86
155
+ curl -sfL -o win_flex_bison.zip https://github.com/lexxmark/winflexbison/releases/download/v2.5.24/win_flex_bison-2.5.24.zip || exit /b 1
155
156
%SZIP% x -bb0 -y win_flex_bison.zip 1 > nul 2 > nul || exit /b 1
156
157
del win_flex_bison.zip 1 > nul 2 > nul
157
158
popd
You can’t perform that action at this time.
0 commit comments