Skip to content

Commit 99daced

Browse files
committed
mesa 23.1.8
1 parent ac76505 commit 99daced

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.cmd

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

4-
set LLVM_VERSION=16.0.6
5-
set MESA_VERSION=23.1.6
4+
set LLVM_VERSION=17.0.1
5+
set MESA_VERSION=23.1.8
66

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

@@ -95,6 +95,8 @@ curl -sfL https://archive.mesa3d.org/mesa-%MESA_VERSION%.tar.xz ^
9595
| %SZIP% x -bb0 -ttar -si -aoa 1>nul 2>nul
9696
move mesa-%MESA_VERSION% mesa.src
9797
git apply -p0 --directory=mesa.src mesa.patch || exit /b 1
98+
curl -sfLO https://gitlab.freedesktop.org/mesa/mesa/-/commit/9ba416cdc6.patch || exit /b 1
99+
git apply --directory=mesa.src 9ba416cdc6.patch || exit /b 1
98100

99101
echo Downloading win_flex_bison
100102
if not exist winflexbison (

0 commit comments

Comments
 (0)