forked from mirrors/nixpkgs
retroarch: enable parallel building
This commit is contained in:
parent
d5e3935a6a
commit
10cec932d7
|
@ -26,6 +26,8 @@ let
|
||||||
--add-flags "-L $COREDIR/${d2u core}_libretro.so $@"
|
--add-flags "-L $COREDIR/${d2u core}_libretro.so $@"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
core = core;
|
core = core;
|
||||||
libretroCore = "/lib/retroarch/cores";
|
libretroCore = "/lib/retroarch/cores";
|
||||||
|
|
Loading…
Reference in a new issue