Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[Windows] Use 'ninja' instead of 'ninja.exe' #39326

Merged
merged 1 commit into from
Feb 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tools/gn
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down