Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit d85b88c

Browse files
committed
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.
1 parent 2057f46 commit d85b88c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ext/libv8/builder.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ def gn_args
2323
v8_use_external_startup_data=false
2424
target_cpu="#{libv8_arch}"
2525
v8_target_cpu="#{libv8_arch}"
26-
treat_warnings_as_errors=false
27-
v8_enable_i18n_support=false).join(' ')
26+
treat_warnings_as_errors=false).join(' ')
2827
end
2928

3029
def generate_gn_args

0 commit comments

Comments
 (0)