Skip to content

Commit

Permalink
mesa 24.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Feb 15, 2024
1 parent e994028 commit 4855c28
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.0rc1
set LLVM2_VERSION=18.1.0-rc1
set MESA_VERSION=24.0.0
set LLVM_VERSION=18.1.0rc2
set LLVM2_VERSION=18.1.0-rc2
set MESA_VERSION=24.0.1

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

Expand Down

0 comments on commit 4855c28

Please sign in to comment.