File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -160,9 +160,9 @@ the native addon.
160
160
161
161
#### node-gyp
162
162
163
- [node-gyp][] is a build system based on Google's [GYP ][] tool and comes
164
- bundled with npm. GYP, and therefore node-gyp, requires that Python be
165
- installed.
163
+ [node-gyp][] is a build system based on the [gyp-next ][] fork of
164
+ Google's [GYP][] tool and comes bundled with npm. GYP, and therefore node-gyp,
165
+ requires that Python be installed.
166
166
167
167
Historically, node-gyp has been the tool of choice for building native
168
168
addons. It has widespread adoption and documentation. However, some
@@ -6087,6 +6087,7 @@ the add-on's file name during loading.
6087
6087
[context-aware addons]: addons.md#addons_context_aware_addons
6088
6088
[docs]: https://github.com/nodejs/node-addon-api#api-documentation
6089
6089
[global scope]: globals.md
6090
+ [gyp-next]: https://github.com/nodejs/gyp-next
6090
6091
[module scope]: modules.md#modules_the_module_scope
6091
6092
[node-gyp]: https://github.com/nodejs/node-gyp
6092
6093
[node-pre-gyp]: https://github.com/mapbox/node-pre-gyp
You can’t perform that action at this time.
0 commit comments