mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Use rake-compiler to build JRuby extension.
This commit is contained in:
parent
3fff80d3f7
commit
bb76e39097
1 changed files with 5 additions and 0 deletions
5
tasks/java.rake
Normal file
5
tasks/java.rake
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'rake/javaextensiontask'
|
||||
|
||||
# build http11 java extension
|
||||
Rake::JavaExtensionTask.new('http11_java', HOE.spec) do |ext|
|
||||
end
|
Loading…
Reference in a new issue