Skip to content

Commit

Permalink
mesa 24.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Mar 14, 2024
1 parent cd980df commit 41d35d2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
@echo off
setlocal enabledelayedexpansion

set LLVM_VERSION=18.1.0rc4
set LLVM2_VERSION=18.1.0-rc4
set MESA_VERSION=24.0.2
set LLVM_VERSION=18.1.1
set MESA_VERSION=24.0.3

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

Expand Down Expand Up @@ -81,10 +80,10 @@ where /Q cl.exe || (
rem *** download sources ***

echo Downloading llvm
curl -sfL https://github.com/llvm/llvm-project/releases/download/llvmorg-%LLVM2_VERSION%/llvm-%LLVM_VERSION%.src.tar.xz ^
curl -sfL https://github.com/llvm/llvm-project/releases/download/llvmorg-%LLVM_VERSION%/llvm-%LLVM_VERSION%.src.tar.xz ^
| %SZIP% x -bb0 -txz -si -so ^
| %SZIP% x -bb0 -ttar -si -aoa 1>nul 2>nul
curl -sfL https://github.com/llvm/llvm-project/releases/download/llvmorg-%LLVM2_VERSION%/cmake-%LLVM_VERSION%.src.tar.xz ^
curl -sfL https://github.com/llvm/llvm-project/releases/download/llvmorg-%LLVM_VERSION%/cmake-%LLVM_VERSION%.src.tar.xz ^
| %SZIP% x -bb0 -txz -si -so ^
| %SZIP% x -bb0 -ttar -si -aoa 1>nul 2>nul
move llvm-%LLVM_VERSION%.src llvm.src
Expand Down

0 comments on commit 41d35d2

Please sign in to comment.