From a830793914498ab79f11f7af328979b3ef08976b Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 7 Dec 2018 08:51:26 +0000 Subject: Add UNICODE_EMOJI_VERSION to RbConfig [Feature #15341] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/mkconfig.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tool') diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb index ec39e5f8bd..e9bedc6e44 100755 --- a/tool/mkconfig.rb +++ b/tool/mkconfig.rb @@ -9,6 +9,7 @@ $install_name ||= nil $so_name ||= nil $unicode_version ||= nil +$unicode_emoji_version ||= nil arch = $arch or raise "missing -arch" version = $version or raise "missing -version" @@ -247,6 +248,9 @@ print(*v_others) print <