Fix typo in PCSX_Rearmed_interpreter

This commit is contained in:
dokihara 2014-10-31 10:31:07 -10:00
parent 60b795563c
commit f78a73d6bb

View File

@ -50,9 +50,9 @@ reset_compiler_targets() {
build_libretro_pcsx_rearmed_interpreter() {
cd "${BASE_DIR}"
if [ -d 'libretro-pcsx-rearmed' ]; then
if [ -d 'libretro-pcsx_rearmed' ]; then
echo '=== Building PCSX ReARMed Interpreter ==='
cd libretro-pcsx-rearmed
cd libretro-pcsx_rearmed
if [ -z "${NOCLEAN}" ]; then
"${MAKE}" -f Makefile.libretro platform="${FORMAT_COMPILER_TARGET}" ${COMPILER} "-j${JOBS}" clean || die 'Failed to clean PCSX ReARMed'