Skip to content

Commit

Permalink
Build environment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Apr 20, 2023
1 parent 1ea288e commit c39c5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildscript/modules/llvm.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@if /I NOT "%cfgllvmbuild%"=="y" GOTO skipllvm

@rem Get/update LLVM source code
@set updllvmsrcver=16.0.1
@set updllvmsrcver=16.0.2
@if /I "%legacyllvm%"=="y" set updllvmsrcver=15.0.7
@set llvmsrcver=0
@set llvmsrcloc="%devroot%\llvm-project\llvm\CMakeLists.txt"
Expand Down
3 changes: 1 addition & 2 deletions buildscript/modules/mesonsubprojects.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
@echo Using DirectX-Headers stable release...
@for /f tokens^=2^ delims^=/^ eol^= %%a in ('git symbolic-ref --short refs/remotes/origin/HEAD 2^>^&^1') do @git checkout %%a
@git pull -f --progress --tags --recurse-submodules origin
@IF %toolchain%==msvc git checkout v1.710.0-preview
@IF NOT %toolchain%==msvc git checkout v1.608.2b
@git checkout v1.610.0
@cd "%devroot%\mesa"
)
@if %gitstate% GTR 0 echo.
Expand Down

0 comments on commit c39c5be

Please sign in to comment.