From e9f3a59e85afaf6894cf63bde12d146818715d8a Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 7 Mar 2015 02:06:06 +0000 Subject: configure.in: BOOTSTRAPRUBY * configure.in (BOOTSTRAPRUBY): baseruby if cross compiling or miniruby, anyway runnable ruby command. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 9165b4d359..c797270255 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -288,7 +288,9 @@ MINIRUBY = $(MINIRUBY) $(MINIRUBYOPT) RUNRUBY = $(RUNRUBY) "$(srcdir)/tool/runruby.rb" --extout="$(EXTOUT)" $(RUNRUBYOPT) -- $(RUN_OPTS) !if "$(CROSS_COMPILING)" == "yes" XRUBY = $(MINIRUBY) +BOOTSTRAPRUBY = $(BASERUBY) !else +BOOTSTRAPRUBY = $(MINIRUBY) XRUBY = $(RUNRUBY) !endif BTESTRUBY = $(MINIRUBY) -- cgit v1.2.3