Skip to content

Commit

Permalink
ARMv7L_ARCHS unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
BKSteve committed Oct 20, 2024
1 parent dd207a1 commit ccbb192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spk/sickchill/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccbb192

Please sign in to comment.