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:
parent
c46dcba41a
commit
43902f09ea
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue