summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorAli Ijaz Sheikh <ofrobots@google.com>2016-07-25 10:00:32 -0700
committerMichaël Zasso <targos@protonmail.com>2016-09-22 09:54:56 +0200
commit785506a1fc460323074dbeffb27b4518c404e9b4 (patch)
tree307220ebc3d18539781b9248e774d8ff20b383bd /common.gypi
parentfbfc15c51b7cb8de96d6719d3b2096c086530ee3 (diff)
downloadandroid-node-v8-785506a1fc460323074dbeffb27b4518c404e9b4.tar.gz
android-node-v8-785506a1fc460323074dbeffb27b4518c404e9b4.tar.bz2
android-node-v8-785506a1fc460323074dbeffb27b4518c404e9b4.zip
build: define icu_use_data_file_flag
v8.gyp expects this to be defined by the embedder PR-URL: https://github.com/nodejs/node/pull/8317 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi3
1 files changed, 3 insertions, 0 deletions
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,