mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
patch path fix
This commit is contained in:
parent
7ebbf10ca9
commit
f8b151be99
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue