Skip to content

Commit f21870a

Browse files
committed
Also provide jruby executable name
This is needed by the gem installer to create working binstub scripts using `env`.
1 parent c5379de commit f21870a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/ruby/stdlib/jruby/build/rbconfig.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ module RbConfig
1010
CONFIG = {}
1111
CONFIG['ruby_version'] = build_props["version.ruby.major"] + '.0'
1212
CONFIG['arch'] = 'universal-java'
13+
CONFIG['ruby_install_name'] = 'jruby'
1314
end

0 commit comments

Comments
 (0)