PSP: remove legacy-libs, not needed with the updated psp toolchain

This commit is contained in:
rsn8887 2019-04-25 17:30:57 -05:00
parent ee2dcf6375
commit 35785d04a8

View file

@ -5,7 +5,6 @@ export PSPDEV=/opt/toolchains/psp
CXXFLAGS="-isystem /opt/toolchains/psp/include"
export CXXFLAGS
export LDFLAGS=-L/opt/toolchains/psp/lib
export LD_LIBRARY_PATH=/opt/toolchains/legacy-shared-objects
make distclean
./configure --host=psp --disable-debug --enable-plugins --default-dynamic --enable-release
make -j4