mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* runruby.rb: extension library scripts moved into common directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ffc6df2b67
commit
8ec17dab6a
2 changed files with 5 additions and 1 deletions
|
@ -35,7 +35,7 @@ end
|
|||
libs = [abs_archdir, File.expand_path("lib", srcdir)]
|
||||
if extout
|
||||
abs_extout = File.expand_path(extout)
|
||||
libs << abs_extout << File.expand_path(RUBY_PLATFORM, abs_extout)
|
||||
libs << File.expand_path("common", abs_extout) << File.expand_path(RUBY_PLATFORM, abs_extout)
|
||||
end
|
||||
config["bindir"] = abs_archdir
|
||||
ENV["RUBY"] = File.expand_path(ruby)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue