mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[Windows] Use 'ninja' instead of 'ninja.exe' (flutter/engine#39326)
This commit is contained in:
parent
4622c8739c
commit
ae70d40faf
@ -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')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user