From cc75ba3f140c4584a776c163a365fedd4ea5ef63 Mon Sep 17 00:00:00 2001 From: Ujjwal Sharma Date: Sat, 26 Jan 2019 00:33:36 +0530 Subject: deps: sync V8 gypfiles with 7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Normalized boolean options in the gypfiles for consistency both internally and with the V8 GN config. Co-authored-by: Michaël Zasso PR-URL: https://github.com/nodejs/node/pull/26685 Reviewed-By: Anna Henningsen Reviewed-By: Michaël Zasso Reviewed-By: Refael Ackermann --- node.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.gypi') diff --git a/node.gypi b/node.gypi index 7f7ea0aa2c..6d7547fe06 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)', -- cgit v1.2.1