Merge pull request #224931 from amjoseph-nixpkgs/pr/coreboot-utils/cross

coreboot-utils: fix cross-compilation
This commit is contained in:
Adam Joseph 2023-06-12 00:21:23 +00:00 committed by GitHub
commit 6a34219fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ let
enableParallelBuilding = true;
postPatch = ''
substituteInPlace 3rdparty/vboot/Makefile --replace 'ar qc ' '$$AR qc '
cd ${path}
patchShebangs .
'';