mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make),
(Gem::Ext::Builder.run): EXIT_SUCCESS may be 0 or may not. * test/rubygems/test_gem_ext_rake_builder.rb (build_rake_in): override Gem.ruby and ENV["rake"]. * runruby.rb: bin/rake does not exist in archdir where architecture depend script (i.e. rbconfig.rb) exists. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d3b61c079e
commit
c274c6fabf
4 changed files with 39 additions and 9 deletions
|
@ -46,7 +46,6 @@ libs << File.expand_path("lib", srcdir)
|
|||
config["bindir"] = abs_archdir
|
||||
ENV["RUBY"] = File.expand_path(ruby)
|
||||
ENV["PATH"] = [abs_archdir, ENV["PATH"]].compact.join(File::PATH_SEPARATOR)
|
||||
ENV["rake"] = ENV["RUBY"] + " " + File.join(abs_archdir, "bin", "rake")
|
||||
|
||||
if pure
|
||||
libs << File.expand_path("ext", srcdir) << "-"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue