mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Gems 1.0.1 needs Platform::CURRENT instead of Platform::WIN32 for some reason.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/branches/stable_1-1@985 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
b09848be46
commit
cf7246a0cc
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -35,7 +35,7 @@ e = Echoe.new("mongrel") do |p|
|
||||||
case RUBY_PLATFORM
|
case RUBY_PLATFORM
|
||||||
when /mswin/
|
when /mswin/
|
||||||
self.files += ['lib/http11.so']
|
self.files += ['lib/http11.so']
|
||||||
self.platform = Gem::Platform::WIN32
|
self.platform = Gem::Platform::CURRENT
|
||||||
add_dependency('cgi_multipart_eof_fix', '>= 2.4')
|
add_dependency('cgi_multipart_eof_fix', '>= 2.4')
|
||||||
when /java/
|
when /java/
|
||||||
self.files += ['lib/http11.jar']
|
self.files += ['lib/http11.jar']
|
||||||
|
|
Loading…
Reference in a new issue