Skip to content

Commit

Permalink
mesa 24.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Feb 29, 2024
1 parent 4855c28 commit cd980df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@echo off
setlocal enabledelayedexpansion

set LLVM_VERSION=18.1.0rc2
set LLVM2_VERSION=18.1.0-rc2
set MESA_VERSION=24.0.1
set LLVM_VERSION=18.1.0rc4
set LLVM2_VERSION=18.1.0-rc4
set MESA_VERSION=24.0.2

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

Expand Down

0 comments on commit cd980df

Please sign in to comment.