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:
parent
03ce48dac7
commit
e9982fd679
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue