[Scummvm-git-logs] scummvm master -> 35785d04a8eaf19b00b3ecf8528f519e3a3a2cd0

rsn8887 rsn8887 at users.noreply.github.com
Fri Apr 26 00:36:45 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

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


Commit: 35785d04a8eaf19b00b3ecf8528f519e3a3a2cd0
    https://github.com/scummvm/scummvm/commit/35785d04a8eaf19b00b3ecf8528f519e3a3a2cd0
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2019-04-25T17:31:05-05:00

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

Changed paths:
    backends/platform/psp/build-psp.sh


diff --git a/backends/platform/psp/build-psp.sh b/backends/platform/psp/build-psp.sh
index b018529..83e8663 100755
--- a/backends/platform/psp/build-psp.sh
+++ b/backends/platform/psp/build-psp.sh
@@ -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





More information about the Scummvm-git-logs mailing list