1
0
Fork 0
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:
Charles Lowell 2010-05-06 20:53:35 -05:00
parent d09499c930
commit 8bdbcebb46

View file

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