libhugetlbfs: fix cross compile

This commit is contained in:
Jonathan Ringer 2023-11-09 12:40:02 -08:00
parent 2387a37fa0
commit 9f806fc312
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -32,6 +32,9 @@ stdenv.mkDerivation rec {
"EXEDIR=$(bin)/bin"
"DOCDIR=$(doc)/share/doc/libhugetlbfs"
"MANDIR=$(man)/share/man"
] ++ lib.optionals (stdenv.buildPlatform.system != stdenv.hostPlatform.system) [
# The ARCH logic defaults to querying `uname`, which will return build platform arch
"ARCH=${stdenv.hostPlatform.uname.processor}"
];
# Default target builds tests as well, and the tests want a static