fdk_aac: Enable build parallelism
This commit is contained in:
parent
ec88b0d080
commit
0aac097901
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
configureFlags = lib.optional exampleSupport "--enable-example";
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue