Merge pull request #14017 from electron/node-gn
build: build node with GN
This commit is contained in:
commit
dda6bb135a
10 changed files with 14 additions and 484 deletions
|
@ -126,7 +126,7 @@ generate build headers for the modules to compile against, run the following
|
|||
under `src/` directory.
|
||||
|
||||
```sh
|
||||
$ ninja -C out/Default electron/build/node:headers
|
||||
$ ninja -C out/Default third_party/electron_node:headers
|
||||
# Install the test modules with the generated headers
|
||||
$ (cd electron/spec && npm i --nodedir=../../out/Default/gen/node_headers)
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue