about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index cab1fc2..4dd78ab 100644
--- a/Rakefile
+++ b/Rakefile
@@ -67,9 +67,10 @@ setup_gem(name, version) do |spec|
 
   if RUBY_PLATFORM =~ /mswin/
     Dir.chdir "projects/mongrel_service" do
-      sh %{rake install }
+      `rake install`
     end
-    spec.files << 'ext/http11/http11.so'
+    spec.files += ['ext/http11/http11.so']
+    spec.files += ['lib/http11.so']
     spec.extensions.clear
     spec.platform = Gem::Platform::WIN32
   else