retroarch: enable parallel building

This commit is contained in:
Orivej Desh 2017-11-26 20:12:23 +00:00
parent 21d8f25c1e
commit 4e344bb5ce

View File

@ -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