[Windows] Use 'ninja' instead of 'ninja.exe' (flutter/engine#39326)

This commit is contained in:
Loïc Sharma 2023-02-02 07:18:37 -08:00 committed by GitHub
parent 4622c8739c
commit ae70d40faf

View File

@ -1056,6 +1056,7 @@ def main(argv):
elif sys.platform.startswith('win'):
# On Windows, generate a Visual Studio project.
command.append('--ide=vs')
command.append('--ninja-executable=ninja')
command.append('--export-compile-commands=default')