Skip to content

Commit 785506a

Browse files
ofrobotstargos
authored andcommitted
build: define icu_use_data_file_flag
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>
1 parent fbfc15c commit 785506a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common.gypi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
# Don't bake anything extra into the snapshot.
3232
'v8_use_external_startup_data%': 0,
3333

34+
# Don't use ICU data file (icudtl.dat) from V8, we use our own.
35+
'icu_use_data_file_flag%': 0,
36+
3437
'conditions': [
3538
['OS == "win"', {
3639
'os_posix': 0,

0 commit comments

Comments
 (0)