diff options
author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-28 00:43:30 +0000 |
---|---|---|
committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-28 00:43:30 +0000 |
commit | 067071c01640bfc54b81b185195b0a548661397f (patch) | |
tree | a5f21433f08c508c0bf3e70b6e6786720d583cdd /win32 | |
parent | 22fef20d1f054df1c97c4c366d95b4ef8cea082b (diff) | |
download | ruby-067071c01640bfc54b81b185195b0a548661397f.tar.gz |
merged r19970-r19971 from trunk into ruby_1_9_1.
* 2008-10-28
* win32/Makefile.sub (RUNRUBY): now ruby requires something from
gem_prelude, so need to set library path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@19972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 583c1910a5..20763633dd 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -214,7 +214,7 @@ MINIRUBY = $(RUBY) -I$(MAKEDIR) -rfake RUNRUBY = $(MINIRUBY) !else MINIRUBY = .\miniruby$(EXEEXT) -I$(srcdir)/lib -RUNRUBY = .\$(PROGRAM) -I"$(EXTOUT)/$(arch)" +RUNRUBY = .\$(PROGRAM) -I$(srcdir)/lib -I"$(EXTOUT)/$(arch)" !endif MINIRUBY = $(MINIRUBY) $(MINIRUBYOPT) RUNRUBY = $(RUNRUBY) "$(srcdir)/runruby.rb" --extout="$(EXTOUT)" -- |