mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Default task is to build a binary gem
This commit is contained in:
parent
32d1924fe2
commit
c7867d0c6e
1 changed files with 3 additions and 1 deletions
4
Rakefile
4
Rakefile
|
@ -70,4 +70,6 @@ task "binary" => "compile" do
|
|||
gemspec.files << "lib/libv8/build/v8/libv8preparser.a"
|
||||
FileUtils.mkdir_p 'pkg'
|
||||
FileUtils.mv(Gem::Builder.new(gemspec).build, 'pkg')
|
||||
end
|
||||
end
|
||||
|
||||
task :default => :binary
|
Loading…
Add table
Reference in a new issue