Skip to content

Commit 3ca155a

Browse files
committed
mesa 24.2.1
1 parent e0ef4bd commit 3ca155a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.cmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
setlocal enabledelayedexpansion
33

44
set LLVM_VERSION=18.1.8
5-
set MESA_VERSION=24.2.0
5+
set MESA_VERSION=24.2.1
66

77
rem *** architectures ***
88

@@ -151,7 +151,8 @@ if not exist winflexbison (
151151
echo Downloading win_flex_bison
152152
mkdir winflexbison
153153
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
155156
%SZIP% x -bb0 -y win_flex_bison.zip 1>nul 2>nul || exit /b 1
156157
del win_flex_bison.zip 1>nul 2>nul
157158
popd

0 commit comments

Comments
 (0)