1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

Replace instance of make in extconf.rb with var.

This commit is contained in:
Geoff Garside 2012-05-12 11:40:21 +01:00
parent 993e91bf05
commit d880e47fb6

View file

@ -7,5 +7,5 @@ include Libv8::Arch
include Libv8::Make
Dir.chdir(File.expand_path '../../../vendor/v8', __FILE__) do
puts `make #{libv8_arch}.release`
puts `#{make} #{libv8_arch}.release`
end