mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 01:54:00 +02:00
* configure.in (MINIRUBY): should not include extension library path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5fed7fa349
commit
771f2d10a3
3 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun May 11 17:57:36 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (MINIRUBY): should not include extension library path.
|
||||
|
||||
Sun May 11 10:36:10 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* eval.c (method_name, method_owner): New methods; backported
|
||||
|
|
|
@ -1402,6 +1402,7 @@ if test x"$cross_compiling" = xyes; then
|
|||
RUNRUBY='$(MINIRUBY) -I`cd $(srcdir)/lib; pwd`'
|
||||
else
|
||||
MINIRUBY='./miniruby$(EXEEXT) -I$(srcdir)/lib'
|
||||
MINIRUBY="$MINIRUBY"' -I$(EXTOUT)/common -I./- -r$(srcdir)/ext/purelib.rb'
|
||||
PREP='miniruby$(EXEEXT)'
|
||||
RUNRUBY='$(MINIRUBY) $(srcdir)/runruby.rb --extout=$(EXTOUT)'
|
||||
fi
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
if nul = $:.index("-")
|
||||
if nul = $:.find_index {|path| /\A(?:\.\/)*-\z/ =~ path}
|
||||
$:[nul..-1] = ["."]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue