diff --git a/xenia-build.py b/xenia-build.py index 5afb0c1bc..f9b230ef6 100755 --- a/xenia-build.py +++ b/xenia-build.py @@ -1803,7 +1803,6 @@ class DevenvCommand(Command): "cmake", "-S", ".", "-B", vs_build_dir, - "-G", "Visual Studio 17 2022", "-A", "x64", "-DXENIA_BUILD_TESTS=ON", ])