Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win: add v8_init to dependencies #92

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
build: reset embedder string to "-node.0"
  • Loading branch information
nodejs-ci committed Dec 11, 2018
commit 533d9c82e1f86372d6f589fd5b2cc2f647c61975
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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.5',
'v8_embedder_string': '-node.0',

##### V8 defaults for Node.js #####

Expand Down