mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
retroarch: enable parallel building
This commit is contained in:
parent
21d8f25c1e
commit
4e344bb5ce
@ -16,7 +16,8 @@ let
|
||||
|
||||
buildInputs = [ makeWrapper retroarch zlib ] ++ a.extraBuildInputs or [];
|
||||
|
||||
buildPhase = "make -f Makefile.libretro";
|
||||
makefile = "Makefile.libretro";
|
||||
|
||||
installPhase = ''
|
||||
COREDIR="$out/lib/retroarch/cores"
|
||||
mkdir -p $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user