We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1745832 commit 196808bCopy full SHA for 196808b
docs/For Developers/Building NW.js.md
@@ -87,12 +87,12 @@ See the upstream documentation for the mapping between GN and GYP flags: https:/
87
88
```bash
89
cd src
90
-GYP_CHROMIUM_NO_ACTION=0 ./build/gyp_chromium third_party/node/node.gyp
+GYP_CHROMIUM_NO_ACTION=0 ./build/gyp_chromium -I third_party/node/common.gypi third_party/node/node.gyp
91
```
92
93
or use the following if you're doing a component build:
94
95
-./build/gyp_chromium -D component=shared_library third_party/node/node.gyp
+./build/gyp_chromium -D component=shared_library -I third_party/node/common.gypi third_party/node/node.gyp
96
97
To change the build configuration for Node, you need to setup the GYP_DEFINES environment variable:
98
0 commit comments