mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
Compile MAME 0.152 instead of 0.151
The latest additions have only been added to 0.152
This commit is contained in:
parent
9d2227ae7a
commit
dfeb9cb81d
@ -338,7 +338,7 @@ build_libretro_mame() {
|
||||
cd "${BASE_DIR}"
|
||||
if [ -d 'libretro-mame' ]; then
|
||||
echo '=== Building MAME ==='
|
||||
cd libretro-mame/0151
|
||||
cd libretro-mame/0152
|
||||
|
||||
"${MAKE}" -f Makefile.libretro platform="${FORMAT_COMPILER_TARGET}" ${COMPILER} "-j${JOBS}" clean || die 'Failed to clean MAME'
|
||||
"${MAKE}" -f Makefile.libretro platform="${FORMAT_COMPILER_TARGET}" ${COMPILER} "-j${JOBS}" || die 'Failed to build MAME'
|
||||
|
Loading…
Reference in New Issue
Block a user