mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Patch "fix" only broke things
This commit is contained in:
parent
eb01b76b8e
commit
fd95cf5759
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue