summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2018-12-04 08:20:41 +0100
committerMichaël Zasso <targos@protonmail.com>2018-12-06 15:25:06 +0100
commit3c332abe287bc5a88e430e28337563aa51e37896 (patch)
treed8dca5218c92b53ba91f7632d5f1fe7af95f8152 /common.gypi
parent9b4bf7de6c9a7c25f116c7a502384c20b5cfaea3 (diff)
downloadandroid-node-v8-3c332abe287bc5a88e430e28337563aa51e37896.tar.gz
android-node-v8-3c332abe287bc5a88e430e28337563aa51e37896.tar.bz2
android-node-v8-3c332abe287bc5a88e430e28337563aa51e37896.zip
build: reset embedder string to "-node.0"
PR-URL: https://github.com/nodejs/node/pull/23423 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 5a5a071832..bf80d4b4b4 100644
--- a/common.gypi
+++ b/common.gypi
@@ -31,7 +31,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.13',
+ 'v8_embedder_string': '-node.0',
# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,