aboutsummaryrefslogtreecommitdiffstats
path: root/community/libcoro/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libcoro/APKBUILD')
-rw-r--r--community/libcoro/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libcoro/APKBUILD b/community/libcoro/APKBUILD
index cdd5562aa7..0a5d591f13 100644
--- a/community/libcoro/APKBUILD
+++ b/community/libcoro/APKBUILD
@@ -44,7 +44,7 @@ build() {
CFLAGS="-fPIC -pedantic -Wall"
case "$CARCH" in
- x86* | armv7*) CFLAGS="$CFLAGS -DCORO_ASM";;
+ x86*) CFLAGS="$CFLAGS -DCORO_ASM";;
*) CFLAGS="$CFLAGS -DCORO_SJLJ";;
esac