Skip to content

Commit

Permalink
[Truffle] Added RbConfig value needed by RubyGems.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Dec 16, 2016
1 parent 14fef0d commit 5a98032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions truffle/src/main/ruby/core/rbconfig.rb
Expand Up @@ -44,6 +44,7 @@ module RbConfig
end

CONFIG = {
'arch' => "#{Truffle::System.host_cpu}-#{Truffle::System.host_os}",
'exeext' => '',
'EXEEXT' => '',
'host_os' => Truffle::System.host_os,
Expand Down

0 comments on commit 5a98032

Please sign in to comment.