Merge pull request #45484 from ejpcmac/erlang-parallel-building

erlang: Enable parallel building
This commit is contained in:
Daiderd Jordan 2018-08-23 01:00:45 +02:00 committed by GitHub
commit 488f6a2bfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,8 @@ in stdenv.mkDerivation ({
debugInfo = enableDebugInfo;
enableParallelBuilding = true;
# Clang 4 (rightfully) thinks signed comparisons of pointers with NULL are nonsense
prePatch = ''
substituteInPlace lib/wx/c_src/wxe_impl.cpp --replace 'temp > NULL' 'temp != NULL'