aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/libcoro/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libcoro/APKBUILD b/testing/libcoro/APKBUILD
index 84cc77402d..5a70d82734 100644
--- a/testing/libcoro/APKBUILD
+++ b/testing/libcoro/APKBUILD
@@ -44,7 +44,7 @@ build() {
CFLAGS="-fPIC -pedantic -Wall"
case "$CARCH" in
- x86* | arm* | aarch64) CFLAGS="$CFLAGS -DCORO_ASM";;
+ x86* | arm*) CFLAGS="$CFLAGS -DCORO_ASM";;
*) CFLAGS="$CFLAGS -DCORO_SJLJ";;
esac