mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
switch makefile to not patch the SConstruct
This commit is contained in:
parent
d09499c930
commit
8bdbcebb46
1 changed files with 1 additions and 3 deletions
|
@ -16,9 +16,7 @@ $(SCONS): $(SCONSSRC)
|
|||
python build/scons/setup.py install --prefix=install
|
||||
|
||||
$(V8SRC): build
|
||||
cp -r 2.0.6 build/v8
|
||||
patch -td build/v8 -i ../../no-strict-aliasing.patch
|
||||
patch -td build/v8 -i ../../fpic-on-linux-amd64.patch
|
||||
cp -r 2.1.10 build/v8
|
||||
|
||||
$(SCONSSRC): build
|
||||
cp -r scons build
|
||||
|
|
Loading…
Reference in a new issue