treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -13,8 +13,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postPatch = ''
|
||||
sed -i '/OptimizeForArchitecture()/d' cmake/VcMacros.cmake
|
||||
sed -i '/AutodetectHostArchitecture()/d' print_target_architecture.cmake
|
||||
|
||||
@@ -13,8 +13,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
postPatch = ''
|
||||
sed -i '/OptimizeForArchitecture()/d' cmake/VcMacros.cmake
|
||||
sed -i '/AutodetectHostArchitecture()/d' print_target_architecture.cmake
|
||||
|
||||
Reference in New Issue
Block a user