Skip to content

Commit

Permalink
doc: add gyp maintain info
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Mar 16, 2021
1 parent 640fe94 commit f7f9dce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/n-api.md
Expand Up @@ -160,7 +160,7 @@ the native addon.

#### node-gyp

[node-gyp][] is a build system based on Google's [GYP][] tool and comes
[node-gyp][] is a build system based on the [gyp-next][] fork of Google's GYP tool and comes
bundled with npm. GYP, and therefore node-gyp, requires that Python be
installed.

Expand Down Expand Up @@ -6091,6 +6091,7 @@ the add-on's file name during loading.
[context-aware addons]: addons.md#addons_context_aware_addons
[docs]: https://github.com/nodejs/node-addon-api#api-documentation
[global scope]: globals.md
[gyp-next]: https://github.com/nodejs/gyp-next
[module scope]: modules.md#modules_the_module_scope
[node-gyp]: https://github.com/nodejs/node-gyp
[node-pre-gyp]: https://github.com/mapbox/node-pre-gyp
Expand Down

0 comments on commit f7f9dce

Please sign in to comment.