mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
Update --nodedir
description in README.
The description erroneously stated that it should point the node binary. It needs to point to the node source code. PR-URL: https://github.com/nodejs/node-gyp/pull/1372 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
This commit is contained in:
parent
a61360391a
commit
2580b9139e
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ Command Options
|
|||
| `--dist-url=$url` | Download header tarball from custom URL
|
||||
| `--proxy=$url` | Set HTTP proxy for downloading header tarball
|
||||
| `--cafile=$cafile` | Override default CA chain (to download tarball)
|
||||
| `--nodedir=$path` | Set the path to the node binary
|
||||
| `--nodedir=$path` | Set the path to the node source code
|
||||
| `--python=$path` | Set path to the python (2) binary
|
||||
| `--msvs_version=$version` | Set Visual Studio version (win)
|
||||
| `--solution=$solution` | Set Visual Studio Solution version (win)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue