Skip to content

Commit 2e82a97

Browse files
gengjiawenruyadorno
authored andcommitted
doc: add gyp maintain info
PR-URL: #37765 Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Mary Marchini <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent a8edf1a commit 2e82a97

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/api/n-api.md

+4-3
Original file line numberDiff line numberDiff 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

167167
Historically, node-gyp has been the tool of choice for building native
168168
addons. It has widespread adoption and documentation. However, some
@@ -6087,6 +6087,7 @@ the add-on's file name during loading.
60876087
[context-aware addons]: addons.md#addons_context_aware_addons
60886088
[docs]: https://github.com/nodejs/node-addon-api#api-documentation
60896089
[global scope]: globals.md
6090+
[gyp-next]: https://github.com/nodejs/gyp-next
60906091
[module scope]: modules.md#modules_the_module_scope
60916092
[node-gyp]: https://github.com/nodejs/node-gyp
60926093
[node-pre-gyp]: https://github.com/mapbox/node-pre-gyp

0 commit comments

Comments
 (0)