Skip to content

Commit 2edfac8

Browse files
committed
Update VS version for Windows build.
1 parent aae1513 commit 2edfac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_scripts/build_zips.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def get_windows_args():
430430
cmake args for windows platform.
431431
"""
432432
result_args = []
433-
result_args.append('-G Visual Studio 16 2019')
433+
result_args.append('-G Visual Studio 17 2022')
434434
result_args.append('-A x64') # TODO flexibily for x32
435435
result_args.append("-DFIREBASE_PYTHON_HOST_EXECUTABLE:FILEPATH=%s" % sys.executable)
436436
# Use a newer version of the Windows SDK, as the default one has build issues with grpc

0 commit comments

Comments
 (0)