mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-09-25 21:37:11 +03:00
ci: Update to VS2026.
GitHub Actions doesn't provide 2022 by default anymore :(
This commit is contained in:
@@ -141,7 +141,7 @@ jobs:
|
||||
mkdir $env:SRC_DIR_PATH/build
|
||||
cd $env:SRC_DIR_PATH/build
|
||||
$env:LDFLAGS = "/LIBPATH:C:\SDL2-$env:SDL_VERSION\lib\x86 "
|
||||
cmake -G "Visual Studio 17 2022" -A Win32 `
|
||||
cmake -G "Visual Studio 18 2026" -A Win32 `
|
||||
-DSDL2_INCLUDE_DIRS="C:\SDL2-$env:SDL_VERSION\include" `
|
||||
-DSDL2_LIBRARIES="SDL2;SDL2main" ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user