1
0
Fork 0
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:
Petko Bordjukov 2019-04-26 11:30:24 +03:00
parent 2057f4683d
commit d85b88cd60

View file

@ -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