about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorluislavena <luislavena@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-19 01:37:35 +0000
committerluislavena <luislavena@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-19 01:37:35 +0000
commitb4c1679c34a38b7701dad6d1c3139ab206289f65 (patch)
tree80dc691c1d03e6b6a091d002960f5b44500b79f1 /Rakefile
parentbc767b6e7407506420b12027f5e2c94b60cb8cc9 (diff)
downloadunicorn-b4c1679c34a38b7701dad6d1c3139ab206289f65.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@698 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index e386084..e64700c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -95,7 +95,7 @@ when /mswin/
   file filename do
     Dir.chdir("ext/http11") do
       ruby "extconf.rb"
-      system(PLATFORM =~ /win32/ ? 'nmake' : 'make')
+      system(PLATFORM =~ /mswin/ ? 'nmake' : 'make')
     end
     move_extensions
   end