1
0
Fork 0
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:
ignisf 2014-06-16 22:24:54 +03:00
parent 6b09a3f7da
commit e90425c3df

View file

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