1
0
Fork 0
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:
Logan Lowell 2011-05-31 12:38:17 -05:00
parent eb01b76b8e
commit fd95cf5759

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