kaldi: enable parallel building
This commit is contained in:
parent
6d660b27e1
commit
cd142455e7
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ stdenv.mkDerivation {
|
|||
"-DBUILD_SHARED_LIBS=on"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preConfigure = ''
|
||||
mkdir bin
|
||||
cat > bin/git <<'EOF'
|
||||
|
|
Loading…
Reference in a new issue