File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Manually clone and checkout correct branches for following repositories:
52
52
| path | repo |
53
53
| :---- | :---- |
54
54
| src/content/nw | https://github.com/nwjs/nw.js |
55
- | src/third_party/node | https://github.com/nwjs/node |
55
+ | src/third_party/node-nw | https://github.com/nwjs/node |
56
56
| src/v8 | https://github.com/nwjs/v8 |
57
57
58
58
** Step 2.** Run following command in your terminal:
@@ -88,12 +88,12 @@ See the upstream documentation for the mapping between GN and GYP flags: https:/
88
88
89
89
``` bash
90
90
cd src
91
- GYP_CHROMIUM_NO_ACTION=0 ./build/gyp_chromium -I third_party/node/common.gypi third_party/node/node.gyp
91
+ GYP_CHROMIUM_NO_ACTION=0 ./build/gyp_chromium -I third_party/node-nw /common.gypi third_party/node-nw /node.gyp
92
92
```
93
93
94
94
or use the following if you're doing a component build:
95
95
``` bash
96
- ./build/gyp_chromium -D component=shared_library -I third_party/node/common.gypi third_party/node/node.gyp
96
+ ./build/gyp_chromium -D component=shared_library -I third_party/node-nw /common.gypi third_party/node-nw /node.gyp
97
97
```
98
98
To change the build configuration for Node, you need to setup the GYP_DEFINES environment variable:
99
99
You can’t perform that action at this time.
0 commit comments