We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc34ec commit e529f33Copy full SHA for e529f33
1 file changed
README.md
@@ -4,9 +4,9 @@
4
[](https://github.com/nodejs/node-gyp/actions?workflow=Python_tests)
5
6
`node-gyp` is a cross-platform command-line tool written in Node.js for
7
-compiling native addon modules for Node.js. It contains a fork of the
8
-[gyp](https://gyp.gsrc.io) project that was previously used by the Chromium
9
-team, extended to support the development of Node.js native addons.
+compiling native addon modules for Node.js. It contains a vendored copy of the
+[gyp-next](https://github.com/nodejs/gyp-next) project that was previously used
+by the Chromium team, extended to support the development of Node.js native addons.
10
11
Note that `node-gyp` is _not_ used to build Node.js itself.
12
0 commit comments