mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-01 13:38:54 +00:00
mame: do not build for arm
build error for arm targets when linking
This commit is contained in:
@ -445,6 +445,3 @@
|
||||
for core in citra pcsx2 dolphin same_cdi ppsspp ; do
|
||||
LIBRETRO_CORES="${LIBRETRO_CORES// ${core} /}"
|
||||
done
|
||||
|
||||
echo $LIBRETRO_CORES | grep kronos
|
||||
exit 99
|
||||
|
@ -1,6 +1,7 @@
|
||||
PKG_NAME="mame"
|
||||
PKG_VERSION="3aa1ff0d6c087ac35530572d09bc42a2591ff78f"
|
||||
PKG_LICENSE="MAME"
|
||||
PKG_ARCH="x86_64 aarch64 i386"
|
||||
PKG_SITE="https://github.com/libretro/mame"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_DEPENDS_TARGET="toolchain expat zlib flac sqlite"
|
||||
|
Reference in New Issue
Block a user