diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-12-07 08:51:26 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-12-07 08:51:26 +0000 |
commit | a830793914498ab79f11f7af328979b3ef08976b () | |
tree | d61a49a92cb09410a674528b2fe4c41e9ea579e5 /tool/mkconfig.rb | |
parent | 9bb2da28d56e472b7ec156bf1779cf3d974737f7 (diff) |
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
-rwxr-xr-x | tool/mkconfig.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,7 @@ $install_name ||= nil $so_name ||= nil $unicode_version ||= nil arch = $arch or raise "missing -arch" version = $version or raise "missing -version" @@ -247,6 +248,9 @@ print(*v_others) print <<EOS if $unicode_version CONFIG["UNICODE_VERSION"] = #{$unicode_version.dump} EOS print <<EOS if /darwin/ =~ arch CONFIG["SDKROOT"] = ENV["SDKROOT"] || "" # don't run xcrun everytime, usually useless. EOS |