Skip to content

Commit 6957099

Browse files
committed
doc: add gyp maintain info
1 parent 640fe94 commit 6957099

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/n-api.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ the native addon.
162162

163163
[node-gyp][] is a build system based on Google's [GYP][] tool and comes
164164
bundled with npm. GYP, and therefore node-gyp, requires that Python be
165-
installed.
165+
installed. Currently gyp is maintained in [gyp-next][] by @nodejs/gyp team.
166166

167167
Historically, node-gyp has been the tool of choice for building native
168168
addons. It has widespread adoption and documentation. However, some
@@ -6091,6 +6091,7 @@ the add-on's file name during loading.
60916091
[context-aware addons]: addons.md#addons_context_aware_addons
60926092
[docs]: https://github.com/nodejs/node-addon-api#api-documentation
60936093
[global scope]: globals.md
6094+
[gyp-next]: https://github.com/nodejs/gyp-next
60946095
[module scope]: modules.md#modules_the_module_scope
60956096
[node-gyp]: https://github.com/nodejs/node-gyp
60966097
[node-pre-gyp]: https://github.com/mapbox/node-pre-gyp

0 commit comments

Comments
 (0)