1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Platform requires +self+ too.

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@633 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
luislavena 2007-09-25 23:22:24 +00:00
parent 97daa84b8a
commit d398674e7a

View file

@ -27,7 +27,7 @@ Echoe.new("mongrel") do |p|
if RUBY_PLATFORM =~ /mswin/
self.files += ['lib/http11.so']
extensions.clear
platform = Gem::Platform::WIN32
self.platform = Gem::Platform::WIN32
else
add_dependency('daemons', '>= 1.0.3')
add_dependency('fastthread', '>= 1.0.1')