2 build_libretro_cores didn't get changed to libretro_build_core
This commit is contained in:
parent
731bc0290d
commit
19e117ad0a
|
@ -169,8 +169,8 @@ else
|
||||||
if [ $FORMAT_COMPILER_TARGET != "ios" ]; then
|
if [ $FORMAT_COMPILER_TARGET != "ios" ]; then
|
||||||
# These don't currently build on iOS
|
# These don't currently build on iOS
|
||||||
build_libretro_bnes
|
build_libretro_bnes
|
||||||
build_libretro_core ffmpeg
|
libretro_build_core ffmpeg
|
||||||
build_libretro_core ppsspp
|
libretro_build_core ppsspp
|
||||||
fi
|
fi
|
||||||
libretro_build_core o2em
|
libretro_build_core o2em
|
||||||
libretro_build_core hatari
|
libretro_build_core hatari
|
||||||
|
|
Loading…
Reference in New Issue