From e9af789d3552724b1d0b67fa0b4e990afdbfbf38 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Oct 2009 22:32:39 +0000 Subject: * configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnable ruby without current libraries. * common.mk (rdoc): use XRUBY. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index b3567af16f..680b3dea7e 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -254,6 +254,11 @@ RUNRUBY = .\$(PROGRAM) -I$(srcdir)/lib -I"$(EXTOUT)/$(arch)" !endif MINIRUBY = $(MINIRUBY) $(MINIRUBYOPT) RUNRUBY = $(RUNRUBY) "$(srcdir)/tool/runruby.rb" --extout="$(EXTOUT)" $(RUNRUBYOPT) -- +!if $(CROSS_COMPILING) +XRUBY = $(MINIRUBY) +!else +XRUBY = $(RUNRUBY) +!endif !ifndef RUBY RUBY = ruby !endif -- cgit v1.2.3