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

Commit 388890a

Browse files
authored
[Windows] Use 'ninja' instead of 'ninja.exe' (#39326)
1 parent 6766208 commit 388890a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,7 @@ def main(argv):
10561056
elif sys.platform.startswith('win'):
10571057
# On Windows, generate a Visual Studio project.
10581058
command.append('--ide=vs')
1059+
command.append('--ninja-executable=ninja')
10591060

10601061
command.append('--export-compile-commands=default')
10611062

0 commit comments

Comments
 (0)