mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
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 $@"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru = {
|
||||
core = core;
|
||||
libretroCore = "/lib/retroarch/cores";
|
||||
|
|
Loading…
Reference in a new issue