We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac76505 commit 99dacedCopy full SHA for 99daced
build.cmd
@@ -1,8 +1,8 @@
1
@echo off
2
setlocal enabledelayedexpansion
3
4
-set LLVM_VERSION=16.0.6
5
-set MESA_VERSION=23.1.6
+set LLVM_VERSION=17.0.1
+set MESA_VERSION=23.1.8
6
7
set PATH=%CD%\llvm\bin;%CD%\winflexbison;%PATH%
8
@@ -95,6 +95,8 @@ curl -sfL https://archive.mesa3d.org/mesa-%MESA_VERSION%.tar.xz ^
95
| %SZIP% x -bb0 -ttar -si -aoa 1>nul 2>nul
96
move mesa-%MESA_VERSION% mesa.src
97
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
100
101
echo Downloading win_flex_bison
102
if not exist winflexbison (
0 commit comments