Skip to content

Commit

Permalink
build: define icu_use_data_file_flag
Browse files Browse the repository at this point in the history
v8.gyp expects this to be defined by the embedder

PR-URL: #8317
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
ofrobots authored and jasnell committed Sep 29, 2016
1 parent eab418f commit 197d187
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common.gypi
Expand Up @@ -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,
Expand Down

0 comments on commit 197d187

Please sign in to comment.