retroarch: enable parallel building
This commit is contained in:
parent
21d8f25c1e
commit
4e344bb5ce
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue