1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

switch UNICODE_BETA back to NO

This commit is contained in:
Martin Dürst 2022-03-11 16:48:26 +09:00
parent 45e0711f29
commit 8e1f3a96ae

View file

@ -20,7 +20,7 @@ enable_shared = $(ENABLE_SHARED:no=)
UNICODE_VERSION = 14.0.0
UNICODE_EMOJI_VERSION = 14.0
UNICODE_BETA = YES
UNICODE_BETA = NO
### set the following environment variable or uncomment the line if
### the Unicode data files should be updated completely on every update ('make up',...).