Merge pull request #45484 from ejpcmac/erlang-parallel-building
erlang: Enable parallel building
This commit is contained in:
commit
488f6a2bfd
@ -57,6 +57,8 @@ in stdenv.mkDerivation ({
|
|||||||
|
|
||||||
debugInfo = enableDebugInfo;
|
debugInfo = enableDebugInfo;
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# Clang 4 (rightfully) thinks signed comparisons of pointers with NULL are nonsense
|
# Clang 4 (rightfully) thinks signed comparisons of pointers with NULL are nonsense
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
substituteInPlace lib/wx/c_src/wxe_impl.cpp --replace 'temp > NULL' 'temp != NULL'
|
substituteInPlace lib/wx/c_src/wxe_impl.cpp --replace 'temp > NULL' 'temp != NULL'
|
||||||
|
Loading…
Reference in New Issue
Block a user