Fix libretro_build_mupen64 path when not x86, ARM Linux

This commit is contained in:
twinaphex 2013-12-15 23:56:36 +01:00
parent 90afbd48a3
commit c883e03a42
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ build_libretro_mupen64() {
else else
echo '=== Building Mupen 64 Plus ===' echo '=== Building Mupen 64 Plus ==='
"${MAKE}" "-j${JOBS}" clean || die 'Failed to clean Mupen 64' "${MAKE}" "-j${JOBS}" clean || die 'Failed to clean Mupen 64'
"${MAKE}" ${COMPILER} "-j${JOBS}" || die 'Failed to build Mupen 64' "${MAKE}" platform="${FORMAT_COMPILER_TARGET_ALT}" ${COMPILER} "-j${JOBS}" || die 'Failed to build Mupen 64'
fi fi
cp "mupen64plus_libretro${FORMAT}.${FORMAT_EXT}" "${RARCH_DIST_DIR}" cp "mupen64plus_libretro${FORMAT}.${FORMAT_EXT}" "${RARCH_DIST_DIR}"
else else