File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -160,9 +160,9 @@ the native addon.
160160
161161#### node-gyp
162162
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.
166166
167167Historically, node-gyp has been the tool of choice for building native
168168addons. It has widespread adoption and documentation. However, some
@@ -6052,6 +6052,7 @@ This API may only be called from the main thread.
60526052[context-aware addons]: addons.md#addons_context_aware_addons
60536053[docs]: https://github.com/nodejs/node-addon-api#api-documentation
60546054[global scope]: globals.md
6055+ [gyp-next]: https://github.com/nodejs/gyp-next
60556056[module scope]: modules.md#modules_the_module_scope
60566057[node-gyp]: https://github.com/nodejs/node-gyp
60576058[node-pre-gyp]: https://github.com/mapbox/node-pre-gyp
You can’t perform that action at this time.
0 commit comments