about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 52961c4..9103235 100644
--- a/Rakefile
+++ b/Rakefile
@@ -35,7 +35,7 @@ e = Echoe.new("mongrel") do |p|
     case RUBY_PLATFORM
     when /mswin/
       self.files += ['lib/http11.so']
-      self.platform = Gem::Platform::WIN32
+      self.platform = Gem::Platform::CURRENT
     when /java/
       self.files += ['lib/http11.jar']
       self.platform = 'jruby' # XXX Is this right?