Merge pull request #7307 from Bo98/make_jobs
ENV/std: restore original make_jobs return type
This commit is contained in:
commit
3146258b60
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user