diff options
-rw-r--r-- | testing/mame/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mame/APKBUILD b/testing/mame/APKBUILD index 6f35146991..a70d8d171a 100644 --- a/testing/mame/APKBUILD +++ b/testing/mame/APKBUILD @@ -6,7 +6,7 @@ _pkgver=${pkgver/.} pkgrel=1 pkgdesc="Multi Arcade Machine Emulator with GroovyMAME/Switchres/No-nag patchset." url="https://mamedev.org" -arch="all" +arch="all !armhf" # fails with clang 5 https://github.com/alpinelinux/aports/pull/6042#issuecomment-455065598 license="GPL-2.0-or-later" depends="$pkgname-common" makedepends=" |