Update shaderc build script (VS2015 no longer supported)

This commit is contained in:
baldurk
2025-04-18 11:19:34 +01:00
parent e1dd947e1e
commit 933a91e47c
+1 -1
View File
@@ -46,7 +46,7 @@ git pull
if [[ "$PLATFORM" == "Windows" ]]; then
if [[ "$CMAKE_GENERATOR" == "" ]]; then
CMAKE_GENERATOR="Visual Studio 14 2015"
CMAKE_GENERATOR="Visual Studio 17 2022"
fi
# CMake configure if the folders don't exist