From 785506a1fc460323074dbeffb27b4518c404e9b4 Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Mon, 25 Jul 2016 10:00:32 -0700 Subject: build: define icu_use_data_file_flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v8.gyp expects this to be defined by the embedder PR-URL: https://github.com/nodejs/node/pull/8317 Reviewed-By: Ben Noordhuis Reviewed-By: Michaƫl Zasso --- common.gypi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.gypi') diff --git a/common.gypi b/common.gypi index bb00501704..0838af6b38 100644 --- a/common.gypi +++ b/common.gypi @@ -31,6 +31,9 @@ # Don't bake anything extra into the snapshot. 'v8_use_external_startup_data%': 0, + # Don't use ICU data file (icudtl.dat) from V8, we use our own. + 'icu_use_data_file_flag%': 0, + 'conditions': [ ['OS == "win"', { 'os_posix': 0, -- cgit v1.2.3