about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Rakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index c0bd814..cd69325 100644
--- a/Rakefile
+++ b/Rakefile
@@ -66,10 +66,6 @@ setup_gem(name, version) do |spec|
   spec.required_ruby_version = '>= 1.8.4'
 
   if RUBY_PLATFORM =~ /mswin/
-    Dir.chdir "projects/mongrel_service" do
-      `rake.cmd install`
-    end
-    spec.files += ['ext/http11/http11.so']
     spec.files += ['lib/http11.so']
     spec.extensions.clear
     spec.platform = Gem::Platform::WIN32