From 2e46eeeaf9846e625792613052347b830732338a Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 28 Oct 2008 00:20:37 +0000 Subject: * win32/Makefile.sub (RUNRUBY): now ruby requires something from gem_prelude, so need to set library path. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ win32/Makefile.sub | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 07853e6d9..332d70360 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 28 09:19:40 2008 NAKAMURA Usaku + + * win32/Makefile.sub (RUNRUBY): now ruby requires something from + gem_prelude, so need to set library path. + Mon Oct 27 22:29:11 2008 Yuki Sonoda (Yugui) * vm_insnhelper.c (vm_yield_setup_args): supports optional parameters. diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 583c1910a..20763633d 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)" -- -- cgit