We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5379de commit f21870aCopy full SHA for f21870a
1 file changed
lib/ruby/stdlib/jruby/build/rbconfig.rb
@@ -10,4 +10,5 @@ module RbConfig
10
CONFIG = {}
11
CONFIG['ruby_version'] = build_props["version.ruby.major"] + '.0'
12
CONFIG['arch'] = 'universal-java'
13
+ CONFIG['ruby_install_name'] = 'jruby'
14
end
0 commit comments