From b4c1679c34a38b7701dad6d1c3139ab206289f65 Mon Sep 17 00:00:00 2001 From: luislavena Date: Fri, 19 Oct 2007 01:37:35 +0000 Subject: http11 :compile task will not 'nmake' under mswin64 (ruby1.9). git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@698 19e92222-5c0b-0410-8929-a290d50e31e9 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') 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 -- cgit v1.2.3-24-ge0c7