Skip to content

Commit

Permalink
MSVC: Build environment update
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Sep 21, 2023
1 parent 6bba5b1 commit 54119b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildscript/modules/libva.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@cd libva
@for /f tokens^=2^ delims^=/^ eol^= %%a in ('git symbolic-ref --short refs/remotes/origin/HEAD 2^>^&^1') do @git checkout %%a
@git pull --progress --tags --recurse-submodules origin
@git checkout 2.19.0
@git checkout 2.20.0
)
@IF %gitstate% GTR 0 echo.
@IF "%pkgconfigstate%"=="0" GOTO nolibva
Expand Down
4 changes: 2 additions & 2 deletions buildscript/modules/llvm.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
@if /I NOT "%cfgllvmbuild%"=="y" GOTO skipllvm

@rem Get/update LLVM source code
@set updllvmsrcver=16.0.6
@if /I "%legacyllvm%"=="y" set updllvmsrcver=15.0.7
@set updllvmsrcver=17.0.1
@if /I "%legacyllvm%"=="y" set updllvmsrcver=16.0.6
@set llvmsrcver=0
@set llvmsrcloc="%devroot%\llvm-project\llvm\CMakeLists.txt"
@if NOT EXIST %llvmsrcloc% set llvmsrcloc="%devroot%\llvm\CMakeLists.txt"
Expand Down

0 comments on commit 54119b2

Please sign in to comment.