Making openimageio use parallel building.

(cherry picked from commit ff31b14cc51d3f493c62fb3074edc0c57fe8b7ce)

+3 -3
+3 -3
pkgs/applications/graphics/openimageio/default.nix
··· 20 20 "-DUSE_PYTHON=OFF" 21 21 ]; 22 22 23 - buildPhase = '' 24 - make ILMBASE_HOME=${ilmbase} OPENEXR_HOME=${openexr} USE_PYTHON=0 \ 25 - INSTALLDIR=$out dist_dir= 23 + preBuild = '' 24 + makeFlags="ILMBASE_HOME=${ilmbase} OPENEXR_HOME=${openexr} USE_PYTHON=0 25 + INSTALLDIR=$out dist_dir=" 26 26 ''; 27 27 28 28 enableParallelBuilding = true;