Skip to content

Commit

Permalink
Update doc/help to say --ninja-executable works for VS Flags
Browse files Browse the repository at this point in the history
Change-Id: I63aa2f9f262849dab395c9621e41069b1ee93e25
Reviewed-on: https://gn-review.googlesource.com/c/gn/+/11920
Reviewed-by: Scott Graham <[email protected]>
Commit-Queue: Scott Graham <[email protected]>
  • Loading branch information
bulldy80 authored and Commit Bot committed Jul 26, 2021
1 parent d565aa3 commit c0a2d23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,9 @@
As an example, "10.0.15063.0" can be specified to use Creators Update SDK
instead of the default one.
--ninja-executable=<string>
Can be used to specify the ninja executable to use when building.
--ninja-extra-args=<string>
This string is passed without any quoting to the ninja invocation
command-line. Can be used to configure ninja flags, like "-j".
Expand Down
3 changes: 3 additions & 0 deletions src/gn/command_gen.cc
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,9 @@ Visual Studio Flags
As an example, "10.0.15063.0" can be specified to use Creators Update SDK
instead of the default one.
--ninja-executable=<string>
Can be used to specify the ninja executable to use when building.
--ninja-extra-args=<string>
This string is passed without any quoting to the ninja invocation
command-line. Can be used to configure ninja flags, like "-j".
Expand Down

0 comments on commit c0a2d23

Please sign in to comment.