Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Update doc/contributing/building-node-with-ninja.md
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
jdx and lpinca authored Aug 19, 2022
commit 20aa75638fd44a35beca73a4b200ced2b62673ac
3 changes: 1 addition & 2 deletions doc/contributing/building-node-with-ninja.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ To create a debug build rather than a release build:
## Customizing `ninja` path

On some systems (such as RHEL7 and below), the Ninja binary might be installed
with a different name.
For these systems use the `NINJA` env var:
with a different name. For these systems use the `NINJA` env var:

```bash
./configure --ninja && NINJA="ninja-build" make
Expand Down