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

patch path fix

This commit is contained in:
Logan Lowell 2011-05-31 12:25:18 -05:00
parent 7ebbf10ca9
commit f8b151be99
2 changed files with 2 additions and 3 deletions

View file

@ -1,9 +1,8 @@
require 'mkmf'
require 'pathname'
puts "Compiling V8..."
Dir.chdir(Pathname(__FILE__).dirname.join('..', '..', 'lib', 'libv8')) do
puts "Compiling V8..."
`make`
end

View file

@ -24,7 +24,7 @@ $(SCONS): $(SCONSSRC)
$(V8SRC): build
cp -r v8 build
patch -td build/v8 -i ../../fpic-on-linux-amd64.patch
patch -td build/v8 -i fpic-on-linux-amd64.patch
$(SCONSSRC): build
cp -r scons build