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:
parent
993e91bf05
commit
d880e47fb6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue