libcamera: fix build for armv7l (#502988)

This commit is contained in:
K900
2026-03-24 10:13:12 +00:00
committed by GitHub
+1 -1
View File
@@ -122,7 +122,7 @@ stdenv.mkDerivation rec {
# we can disable it here.
"-Ddocumentation=disabled"
]
++ lib.optionals stdenv.hostPlatform.isAarch64 [
++ lib.optionals stdenv.hostPlatform.isAarch [
# we don't have tensorflow-lite to build this
"-Drpi-awb-nn=disabled"
];