mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Include Libv8::Make in extconf.rb
This commit is contained in:
parent
ac09ecd8ea
commit
993e91bf05
1 changed files with 2 additions and 0 deletions
|
@ -1,8 +1,10 @@
|
|||
require 'mkmf'
|
||||
create_makefile('libv8')
|
||||
require File.expand_path '../arch.rb', __FILE__
|
||||
require File.expand_path '../make.rb', __FILE__
|
||||
|
||||
include Libv8::Arch
|
||||
include Libv8::Make
|
||||
|
||||
Dir.chdir(File.expand_path '../../../vendor/v8', __FILE__) do
|
||||
puts `make #{libv8_arch}.release`
|
||||
|
|
Loading…
Add table
Reference in a new issue