Skip to content

Commit 1c2e23b

Browse files
committed
Define UNICODE_VERSION and UNICODE_EMOJI_VERSION in RbConfig::CONFIG
1 parent 1e16b44 commit 1c2e23b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lib/truffle/rbconfig.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ module RbConfig
100100
'SOEXT' => Truffle::Platform::SOEXT.dup,
101101
'target_cpu' => host_cpu,
102102
'target_os' => host_os,
103+
'UNICODE_VERSION' => '12.0.0',
104+
'UNICODE_EMOJI_VERSION' => '12.0',
103105
}
104106

105107
MAKEFILE_CONFIG = CONFIG.dup

spec/tags/library/rbconfig/unicode_emoji_version_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/tags/library/rbconfig/unicode_version_tags.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)