about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ce99553..72f2645 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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