Skip to content

Commit 289faa4

Browse files
committed
mesa 22.2.1
1 parent 47ea1a2 commit 289faa4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.cmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@echo off
22
setlocal enabledelayedexpansion
33

4-
set LLVM_VERSION=15.0.1
5-
set MESA_VERSION=22.2.0
4+
set LLVM_VERSION=15.0.2
5+
set MESA_VERSION=22.2.1
66

77
set PATH=%CD%\llvm\bin;%CD%\winflexbison;%PATH%
88

@@ -60,7 +60,7 @@ where /q cmake.exe || (
6060
)
6161

6262
where /q ninja.exe || (
63-
curl -Lsf -o ninja-win.zip https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip || exit /b 1
63+
curl -Lsf -o ninja-win.zip https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-win.zip || exit /b 1
6464
%SZIP% x -bb0 -y ninja-win.zip 1>nul 2>nul || exit /b 1
6565
del ninja-win.zip 1>nul 2>nul
6666
)
@@ -101,9 +101,9 @@ echo Downloading win_flex_bison
101101
if not exist winflexbison (
102102
mkdir winflexbison
103103
pushd winflexbison
104-
curl -sfL -o win_flex_bison-2.5.24.zip https://github.com/lexxmark/winflexbison/releases/download/v2.5.24/win_flex_bison-2.5.24.zip || exit /b 1
105-
%SZIP% x -bb0 -y win_flex_bison-2.5.24.zip 1>nul 2>nul || exit /b 1
106-
del win_flex_bison-2.5.24.zip 1>nul 2>nul
104+
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
105+
%SZIP% x -bb0 -y win_flex_bison.zip 1>nul 2>nul || exit /b 1
106+
del win_flex_bison.zip 1>nul 2>nul
107107
popd
108108
)
109109

0 commit comments

Comments
 (0)