openpgl: Fix aarch64 compilation
referenced https://gitweb.gentoo.org/repo/gentoo.git/tree/media-libs/openpgl/openpgl-0.5.0.ebuild
This commit is contained in:
parent
a9f8820d17
commit
24a2adf6dc
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
"-DTBB_ROOT=${tbb.out}"
|
"-DTBB_ROOT=${tbb.out}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isAarch64 "-flax-vector-conversions";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Intel Open Path Guiding Library";
|
description = "Intel Open Path Guiding Library";
|
||||||
homepage = "https://github.com/OpenPathGuidingLibrary/openpgl";
|
homepage = "https://github.com/OpenPathGuidingLibrary/openpgl";
|
||||||
|
|
Loading…
Reference in a new issue