3
0
Fork 0
forked from mirrors/nixpkgs

retroarch: enable parallel building

This commit is contained in:
Orivej Desh 2017-11-21 19:29:29 +00:00
parent d5e3935a6a
commit 10cec932d7

View file

@ -26,6 +26,8 @@ let
--add-flags "-L $COREDIR/${d2u core}_libretro.so $@"
'';
enableParallelBuilding = true;
passthru = {
core = core;
libretroCore = "/lib/retroarch/cores";