ENV/std: restore original make_jobs return type
This commit is contained in:
parent
105aae4d04
commit
757cc24f7e
@ -188,7 +188,7 @@ module Stdenv
|
|||||||
end
|
end
|
||||||
|
|
||||||
def make_jobs
|
def make_jobs
|
||||||
Homebrew::EnvConfig.make_jobs
|
Homebrew::EnvConfig.make_jobs.to_i
|
||||||
end
|
end
|
||||||
|
|
||||||
# This method does nothing in stdenv since there's no arg refurbishment
|
# This method does nothing in stdenv since there's no arg refurbishment
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user