about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 799fabe..c89bb78 100644
--- a/Rakefile
+++ b/Rakefile
@@ -67,7 +67,7 @@ setup_gem(name, version) do |spec|
 
   if RUBY_PLATFORM =~ /mswin/
     Dir.chdir "projects/mongrel_service" do
-      `rake install`
+      `rake.cmd install`
     end
     spec.files += ['ext/http11/http11.so']
     spec.files += ['lib/http11.so']