spec/data/complicated/config/software/libpng.rb in omnibus-3.2.1 vs spec/data/complicated/config/software/libpng.rb in omnibus-3.2.2

- old
+ new

@@ -31,8 +31,8 @@ "LD_RUN_PATH" => "#{install_dir}/embedded/lib" } build do command "./configure --prefix=#{install_dir}/embedded --with-zlib-prefix=#{install_dir}/embedded", :env => configure_env - command "make -j #{max_build_jobs}", :env => {"LD_RUN_PATH" => "#{install_dir}/embedded/lib"} + command "make -j #{workers}", :env => {"LD_RUN_PATH" => "#{install_dir}/embedded/lib"} command "make install" end