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 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