mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Update shaderc build script (VS2015 no longer supported)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user