ENV/std: restore original make_jobs return type

This commit is contained in:
Bo Anderson 2020-04-08 20:31:04 +01:00
parent 105aae4d04
commit 757cc24f7e

View File

@ -188,7 +188,7 @@ module Stdenv
end
def make_jobs
Homebrew::EnvConfig.make_jobs
Homebrew::EnvConfig.make_jobs.to_i
end
# This method does nothing in stdenv since there's no arg refurbishment