We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae1513 commit 2edfac8Copy full SHA for 2edfac8
scripts/build_scripts/build_zips.py
@@ -430,7 +430,7 @@ def get_windows_args():
430
cmake args for windows platform.
431
"""
432
result_args = []
433
- result_args.append('-G Visual Studio 16 2019')
+ result_args.append('-G Visual Studio 17 2022')
434
result_args.append('-A x64') # TODO flexibily for x32
435
result_args.append("-DFIREBASE_PYTHON_HOST_EXECUTABLE:FILEPATH=%s" % sys.executable)
436
# Use a newer version of the Windows SDK, as the default one has build issues with grpc
0 commit comments