vboot_reference: disable host autodetection

This commit is contained in:
Linus Heckemann 2018-02-27 12:48:39 +00:00
parent ea299bdca8
commit 11483338b9

View File

@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
makeFlags = [
"DESTDIR=$(out)"
"HOST_ARCH=${stdenv.hostPlatform.parsed.cpu.name}"
];
postInstall = ''