Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUjjwal Sharma <usharma1998@gmail.com>2019-01-25 22:03:36 +0300
committerRefael Ackermann <refack@gmail.com>2019-03-28 23:36:55 +0300
commitcc75ba3f140c4584a776c163a365fedd4ea5ef63 (patch)
tree711515926d0ff3f323a5d63d3e58a742ac6d410d /node.gypi
parent7df9e7723666e6dc7103775b4f87130dda433b6b (diff)
deps: sync V8 gypfiles with 7.4
Normalized boolean options in the gypfiles for consistency both internally and with the V8 GN config. Co-authored-by: Michaël Zasso <targos@protonmail.com> PR-URL: https://github.com/nodejs/node/pull/26685 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'node.gypi')
-rw-r--r--node.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gypi b/node.gypi
index 7f7ea0aa2cb..6d7547fe060 100644
--- a/node.gypi
+++ b/node.gypi
@@ -138,7 +138,7 @@
[ 'node_no_browser_globals=="true"', {
'defines': [ 'NODE_NO_BROWSER_GLOBALS' ],
} ],
- [ 'node_use_bundled_v8=="true" and v8_postmortem_support=="true" and force_load=="true"', {
+ [ 'node_use_bundled_v8=="true" and v8_postmortem_support==1 and force_load=="true"', {
'xcode_settings': {
'OTHER_LDFLAGS': [
'-Wl,-force_load,<(v8_base)',