From ccbb1921e6f0ae6a9fd20bdf655043b9350ee288 Mon Sep 17 00:00:00 2001 From: BKSteve Date: Sun, 20 Oct 2024 20:57:25 +0700 Subject: [PATCH] ARMv7L_ARCHS unsupported --- spk/sickchill/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spk/sickchill/Makefile b/spk/sickchill/Makefile index 4f6a8b055580..1762677712c6 100644 --- a/spk/sickchill/Makefile +++ b/spk/sickchill/Makefile @@ -8,7 +8,7 @@ PYTHON_PACKAGE = python311 SPK_DEPENDS = "python311>=3.11.5-8" # archs without C++11 support are not supported: -UNSUPPORTED_ARCHS = $(ARMv5_ARCHS) $(OLD_PPC_ARCHS) +UNSUPPORTED_ARCHS = $(ARMv5_ARCHS) $(OLD_PPC_ARCHS) $(ARMv7L_ARCHS) # [lxml] DEPENDS += cross/libxml2