Rakefile in nutcracker-0.2.4.12 vs Rakefile in nutcracker-0.3.0.12
- old
+ new
@@ -15,10 +15,10 @@
sh "wget https://twemproxy.googlecode.com/files/#{tarball}"
sh "tar -zxvf #{tarball}"
sh "mv nutcracker-#{sversion} ext/nutcracker"
File.open("ext/nutcracker/extconf.rb",'w') do |file|
file.puts %q{
- raise "no support for #{RUBY_PLATFORM}" if RUBY_PLATFORM =~ /darwin|mswin|mingw/
+ #raise "no support for #{RUBY_PLATFORM}" if RUBY_PLATFORM =~ /darwin|mswin|mingw/
system "./configure --prefix=#{File.expand_path('..',__FILE__)}"
system 'make'
}
end
sh "rm #{tarball}"