mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 22:29:51 +00:00
Merge pull request #231243 from mweinelt/openvino-aarch64
openvino: fix build on aarch64-linux
This commit is contained in:
commit
ec715ab9a1
@ -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 New Issue
Block a user