mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Updated to compile new optimistic locking.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@382 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
5e7287a4e9
commit
359a6577b8
1 changed files with 2 additions and 1 deletions
3
Rakefile
3
Rakefile
|
@ -16,7 +16,7 @@ desc "Does a full compile, test run"
|
|||
task :default => [:compile, :test]
|
||||
|
||||
desc "Compiles all extensions"
|
||||
task :compile => [:http11] do
|
||||
task :compile => [:http11, :optimized_locking] do
|
||||
if Dir.glob(File.join("lib","http11.*")).length == 0
|
||||
STDERR.puts "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
STDERR.puts "Gem actually failed to build. Your system is"
|
||||
|
@ -51,6 +51,7 @@ end
|
|||
task :site => [:site_webgen, :site_rdoc, :site_coverage, :site_projects_rdoc]
|
||||
|
||||
setup_extension("http11", "http11")
|
||||
setup_extension("optimized_locking", "optimized_locking")
|
||||
|
||||
name="mongrel"
|
||||
version="0.3.14"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue