game.libretro.mame2016: only build on x86_64

libretro.mame2016 is marked x86_64 and fails to build on RPi2.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-01-27 18:04:07 +01:00
parent 3ae3e58114
commit 4a05baec31

View File

@ -5,6 +5,7 @@ PKG_NAME="game.libretro.mame2016"
PKG_VERSION="2581a76552da518cb82f8940e3dd1c37d07e640d"
PKG_SHA256="80379af128de18adc4c3043fb17ae7511bcb90ebef42429484744e97bf25b771"
PKG_REV="100"
PKG_ARCH="x86_64"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/kodi-game/game.libretro.mame2016"
PKG_URL="https://github.com/kodi-game/game.libretro.mame2016/archive/$PKG_VERSION.tar.gz"