From b5dc2576cc60930099cd942ffa1de2c2d759471b Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 3 Aug 2010 05:48:05 +0000 Subject: * ext/mkext.rb: remove purelib, fixes a bug in r28440, r28441. * spec/default.mspec: ditto. * template/Doxyfile.tmpl: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/extmk.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/extmk.rb') diff --git a/ext/extmk.rb b/ext/extmk.rb index c5c61c4736..916c3a0f02 100755 --- a/ext/extmk.rb +++ b/ext/extmk.rb @@ -352,7 +352,6 @@ unless CROSS_COMPILING $ruby << " -I'$(top_srcdir)/lib'" $ruby << " -I'$(extout)/$(arch)' -I'$(extout)/common'" if $extout ENV["RUBYLIB"] = "-" - ENV["RUBYOPT"] = "-r#{File.expand_path('ext/purelib.rb', $top_srcdir)}" end $mflags << "ruby=#$ruby" -- cgit v1.2.3