forked from mirrors/nixpkgs
openvino: fix build on aarch64-linux
https://hydra.nixos.org/build/218868659
This commit is contained in:
parent
2493bbf1d8
commit
0af2179cf6
|
@ -140,6 +140,8 @@ stdenv.mkDerivation rec {
|
|||
"-DENABLE_SAMPLES:BOOL=OFF"
|
||||
];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isAarch64 "-Wno-narrowing";
|
||||
|
||||
autoPatchelfIgnoreMissingDeps = [
|
||||
"libngraph_backend.so"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue