Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 830b662

Browse files
committed
bundle ICU data files
1 parent bca041d commit 830b662

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/libv8/builder.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ def gn_args
2323
v8_use_external_startup_data=false
2424
target_cpu="#{libv8_arch}"
2525
v8_target_cpu="#{libv8_arch}"
26-
treat_warnings_as_errors=false).join(' ')
26+
treat_warnings_as_errors=false
27+
icu_use_data_file=false).join(' ')
2728
end
2829

2930
def generate_gn_args

0 commit comments

Comments
 (0)