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

Derive UNICODE_EMOJI_VERSION from UNICODE_VERSION

This commit is contained in:
Nobuyoshi Nakada 2022-09-14 19:00:23 +09:00
parent 03ce48dac7
commit e9982fd679
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -19,7 +19,9 @@ gnumake_recursive =
enable_shared = $(ENABLE_SHARED:no=)
UNICODE_VERSION = 14.0.0
UNICODE_EMOJI_VERSION = 14.0
UNICODE_EMOJI_VERSION_0 = $(UNICODE_VERSION)///
UNICODE_EMOJI_VERSION_1 = $(UNICODE_EMOJI_VERSION_0:.0///=)
UNICODE_EMOJI_VERSION = $(UNICODE_EMOJI_VERSION_1:///=)
UNICODE_BETA = NO
### set the following environment variable or uncomment the line if