about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorluislavena <luislavena@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-19 01:35:32 +0000
committerluislavena <luislavena@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-19 01:35:32 +0000
commitbc767b6e7407506420b12027f5e2c94b60cb8cc9 (patch)
tree76685ff07e478f02b3c89895d7db8bf20c37ff96 /Rakefile
parentc540323dfc6f6421d164879a8c1e00695fb4e7b5 (diff)
downloadunicorn-bc767b6e7407506420b12027f5e2c94b60cb8cc9.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@697 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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