Merge pull request #7307 from Bo98/make_jobs

ENV/std: restore original make_jobs return type
This commit is contained in:
Mike McQuaid 2020-04-09 08:45:41 +01:00 committed by GitHub
commit 3146258b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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