coreboot-utils: fix cross-compilation

This commit is contained in:
Adam Joseph 2023-04-05 19:30:53 -07:00
parent c2f2239d92
commit b379febffb

View File

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