Commit 50dc85ed authored by Tuomas Tynkkynen's avatar Tuomas Tynkkynen
Browse files

U-Boot: Disable parallel build

parent 7110d4a6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -78,7 +78,9 @@ let
      runHook postInstall
    '';

    enableParallelBuilding = true;
    # make[2]: *** No rule to make target 'lib/efi_loader/helloworld.efi', needed by '__build'.  Stop.
    enableParallelBuilding = false;

    dontStrip = true;

    meta = with stdenv.lib; {