aboutsummaryrefslogtreecommitdiffstats
path: root/community/cpputest/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cpputest/APKBUILD')
-rw-r--r--community/cpputest/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cpputest/APKBUILD b/community/cpputest/APKBUILD
index 1857e3be3ed..7695a01f05c 100644
--- a/community/cpputest/APKBUILD
+++ b/community/cpputest/APKBUILD
@@ -5,7 +5,7 @@ pkgver=4.0
pkgrel=0
pkgdesc="A unit testing and mocking framework for C/C++"
url="http://cpputest.github.io/"
-arch="all !mips !mips64" # FTBFS on soft-float (mips)
+arch="all"
license="BSD-3-Clause"
options="!dbg"
makedepends="cmake"