From 46fa180ea0bc6fd8b6e5b3b5566a966519f63759 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 22 May 2007 21:37:36 +0000 Subject: merge -r 12332:12336 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@12339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/extmk.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/extmk.rb') diff --git a/ext/extmk.rb b/ext/extmk.rb index ac396a0d80..c3ba27aaf4 100644 --- a/ext/extmk.rb +++ b/ext/extmk.rb @@ -324,7 +324,11 @@ else $ruby = '$(topdir)/miniruby' + EXEEXT end $ruby << " -I'$(topdir)' -I'$(hdrdir)/lib'" +$ruby << " -I'$(extout)/$(arch)' -I'$(extout)/common'" if $extout +$ruby << " -I'$(hdrdir)/ext' -rpurelib.rb" $config_h = '$(topdir)/config.h' +ENV["RUBYLIB"] = "-" +ENV["RUBYOPT"] = "-rpurelib.rb" MTIMES = [__FILE__, 'rbconfig.rb', srcdir+'/lib/mkmf.rb'].collect {|f| File.mtime(f)} -- cgit v1.2.3