mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Use absolute path to chdir to vendor/v8
This commit is contained in:
parent
6b09a3f7da
commit
e90425c3df
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ module Libv8
|
|||
end
|
||||
|
||||
def build_libv8!
|
||||
Dir.chdir('vendor/v8') do
|
||||
Dir.chdir(File.expand_path('../../../vendor/v8', __FILE__)) do
|
||||
fail 'No compilers available' if @compiler.nil?
|
||||
setup_python!
|
||||
patch!
|
||||
|
|
Loading…
Add table
Reference in a new issue