Unverified Commit 3921bd87 authored by K900's avatar K900 Committed by GitHub
Browse files

libcamera: fix build for armv7l (#502988)

parents e73f2a8b 5d412571
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
  ];