From bc767b6e7407506420b12027f5e2c94b60cb8cc9 Mon Sep 17 00:00:00 2001 From: luislavena Date: Fri, 19 Oct 2007 01:35:32 +0000 Subject: Rake :compile task wasn't firing extconf.rb for http11 extension under mswin32. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@697 19e92222-5c0b-0410-8929-a290d50e31e9 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index cb67cb2..e386084 100644 --- a/Rakefile +++ b/Rakefile @@ -94,7 +94,7 @@ when /mswin/ filename = "lib/http11.so" file filename do Dir.chdir("ext/http11") do - ruby File.basename(extension) + ruby "extconf.rb" system(PLATFORM =~ /win32/ ? 'nmake' : 'make') end move_extensions -- cgit v1.2.3-24-ge0c7