mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
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
This commit is contained in:
parent
bc767b6e74
commit
b4c1679c34
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue