mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Enable i18n support
As described in #278, having I18n support disabled limits the functionality of regular expressions. This commit enables I18n support in the resulting library.
This commit is contained in:
parent
2057f4683d
commit
d85b88cd60
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ module Libv8
|
|||
v8_use_external_startup_data=false
|
||||
target_cpu="#{libv8_arch}"
|
||||
v8_target_cpu="#{libv8_arch}"
|
||||
treat_warnings_as_errors=false
|
||||
v8_enable_i18n_support=false).join(' ')
|
||||
treat_warnings_as_errors=false).join(' ')
|
||||
end
|
||||
|
||||
def generate_gn_args
|
||||
|
|
Loading…
Add table
Reference in a new issue