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

forgot that += calls = implicitly

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@620 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
evanweaver 2007-09-24 05:45:18 +00:00
parent 739ec2d414
commit 5a948694ba

View file

@ -18,7 +18,7 @@ Echoe.new("mongrel") do |p|
p.eval = proc do
if RUBY_PLATFORM =~ /mswin/
files += ['lib/http11.so']
self.files += ['lib/http11.so']
extensions.clear
platform = Gem::Platform::WIN32
else