diff options
Diffstat (limited to 'main/orc/APKBUILD')
-rw-r--r-- | main/orc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/orc/APKBUILD b/main/orc/APKBUILD index a917037304..807be59e8f 100644 --- a/main/orc/APKBUILD +++ b/main/orc/APKBUILD @@ -15,7 +15,7 @@ builddir="$srcdir/$pkgname-$pkgver" case "$CARCH" in # FIXME: Test exec_opcodes_sys fails on armhf. - armhf) options="!check";; + arm*) options="!check";; esac build() { |