Bundle ICU data files

Otherwise, attempts to use the i18n api (toLocaleString, Intl, etc)
raise the TypeError 'Internal error. Icu error.'
This commit is contained in:
nightpool 2020-07-17 17:08:09 -04:00
parent c46dcba41a
commit 43902f09ea
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ module Libv8
v8_use_external_startup_data=false
target_cpu="#{libv8_arch}"
v8_target_cpu="#{libv8_arch}"
treat_warnings_as_errors=false).join(' ')
treat_warnings_as_errors=false
icu_use_data_file=false).join(' ')
end
def generate_gn_args