Making openimageio use parallel building.

(cherry picked from commit ff31b14cc51d3f493c62fb3074edc0c57fe8b7ce)

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