1
0
Fork 0
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:
Geoff Garside 2012-05-12 11:39:52 +01:00
parent ac09ecd8ea
commit 993e91bf05

View file

@ -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`