summaryrefslogtreecommitdiffstats
path: root/bcc32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-15 04:55:28 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-15 04:55:28 +0000
commit9b7e38aa1cf76ba023c4c03a003f617c8f655c49 (patch)
tree2fcecc6abbfc7084ae9763f18ed2a9577aa86750 /bcc32
parentd65ed6d97b12319d647d3f0de8136f3c7c2d1012 (diff)
downloadruby-9b7e38aa1cf76ba023c4c03a003f617c8f655c49.tar.gz
ruby-9b7e38aa1cf76ba023c4c03a003f617c8f655c49.tar.xz
ruby-9b7e38aa1cf76ba023c4c03a003f617c8f655c49.zip
* {bcc32,win32}/Makefile.sub (RUNRUBY): need to set archdir when
invoking ruby. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index 56fe2372a..130465753 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -180,7 +180,7 @@ PROGRAM=$(RUBY_INSTALL_NAME)$(EXEEXT)
WPROGRAM=$(RUBYW_INSTALL_NAME)$(EXEEXT)
RUBYDEF = $(RUBY_SO_NAME).def
MINIRUBY = .\miniruby$(EXEEXT) -I$(srcdir)/lib $(MINIRUBYOPT)
-RUNRUBY = .\ruby$(EXEEXT) "$(srcdir)/runruby.rb" --extout="$(EXTOUT)" --
+RUNRUBY = .\ruby$(EXEEXT) -i"$(EXTOUT)/$(arch)" "$(srcdir)/runruby.rb" --extout="$(EXTOUT)" --
ORGLIBPATH = $(LIB)