diff options
Diffstat (limited to 'community/lld')
-rw-r--r-- | community/lld/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lld/APKBUILD b/community/lld/APKBUILD index ea2f444ceb..a912bc9c4f 100644 --- a/community/lld/APKBUILD +++ b/community/lld/APKBUILD @@ -39,7 +39,7 @@ build() { check() { cd "$builddir/build" - + [ "$CARCH" = "armhf" ] && return 0 make check-lld } |