summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNickNaso <nicoladelgobbo@gmail.com>2019-05-23 11:57:31 +0200
committerMichaƫl Zasso <targos@protonmail.com>2019-07-02 11:46:59 +0200
commitcd71aad62bfcb83dfcc7b6267c6cc6e9bf49aa70 (patch)
treea136366cb033d4618f7ae99bd5ef867b447f92f5 /doc
parent8a64b70efe9207f4eaad818780ab3088c91899fe (diff)
downloadandroid-node-v8-cd71aad62bfcb83dfcc7b6267c6cc6e9bf49aa70.tar.gz
android-node-v8-cd71aad62bfcb83dfcc7b6267c6cc6e9bf49aa70.tar.bz2
android-node-v8-cd71aad62bfcb83dfcc7b6267c6cc6e9bf49aa70.zip
build: expose napi_build_version variable
Expose `napi_build_version` to allow `node-gyp` to make it available for building native addons. Fixes: https://github.com/nodejs/node-gyp/issues/1745 Refs: https://github.com/nodejs/abi-stable-node/issues/371 PR-URL: https://github.com/nodejs/node/pull/27835 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/process.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index 8b7f0a67e0..e274d96f78 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -662,6 +662,7 @@ An example of the possible output looks like:
variables:
{
host_arch: 'x64',
+ napi_build_version: 4,
node_install_npm: 'true',
node_prefix: '',
node_shared_cares: 'false',