1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

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

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