about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
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