Fix common_console - Mednafen GBA

This commit is contained in:
twinaphex 2013-04-30 16:54:49 +02:00
parent 1b785ad8d7
commit acebd97345

View File

@ -85,7 +85,7 @@ build_libretro_mednafen_gba()
echo "=== Building Mednafen PSX ==="
cd libretro-mednafen
for core in psx
for core in gba
do
make core=${core} platform=$FORMAT_COMPILER_TARGET -j$JOBS clean || die "Failed to clean mednafen/${core}"
make core=${core} platform=$FORMAT_COMPILER_TARGET -j$JOBS || die "Failed to build mednafen/${core}"