Skip to content

Commit

Permalink
BUILDBOT: Remove psp library hack, not needed with updated psp toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
rsn8887 committed Apr 14, 2019
1 parent 17c766d commit c2724a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/master.cfg
Expand Up @@ -681,10 +681,6 @@ scumm_env_psp["CXX"] = "ccache psp-g++"
scumm_env_psp["CXXFLAGS"] = "-isystem %s/include" % scumm_root_psp
scumm_env_psp["LDFLAGS"] = "-L%s/lib" % scumm_root_psp
scumm_env_psp["PSPDEV"] = scumm_root_psp
# HACK: The toolchain was built using libraries not available in recent Debian
# releases. We keep a copy of the old libraries around and use LD_LIBRARY_PATH
# to have ld.so find them.
scumm_env_psp["LD_LIBRARY_PATH"] = "/opt/toolchains/legacy-shared-objects"

p_master = {
"configureargs": [
Expand Down

0 comments on commit c2724a7

Please sign in to comment.