treewide: remove enableParallelBuilding = true if using cmake
This commit is contained in:
@@ -38,8 +38,6 @@ stdenv.mkDerivation rec {
|
||||
"-DBUILD_UNIT_TESTS=OFF"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang
|
||||
"-Wno-error=argument-outside-range -Wno-error=c++11-narrowing";
|
||||
|
||||
|
||||
@@ -42,8 +42,6 @@ stdenv.mkDerivation {
|
||||
"-DBUILD_UNIT_TESTS=OFF"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A professional free 3D Game Multiphysics Library";
|
||||
longDescription = ''
|
||||
|
||||
Reference in New Issue
Block a user