about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-08-14 20:37:07 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-08-14 20:37:07 +0000
commit41ed5aff9452159dbd43a9c382dbd7269f303797 (patch)
tree71081dceaf32106dd35c9f1a34e34682c76671f3 /Rakefile
parentdc57f5956bb4d7f4469c40c71cc63afca2a2f9ec (diff)
downloadunicorn-41ed5aff9452159dbd43a9c382dbd7269f303797.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@326 19e92222-5c0b-0410-8929-a290d50e31e9
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