wrk: fix Mojave build
Closes #32490. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
a8966fa870
commit
79890e9a63
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class Wrk < Formula
|
|||
|
||||
def install
|
||||
ENV.deparallelize
|
||||
ENV["MACOSX_DEPLOYMENT_TARGET"] = MacOS.version
|
||||
system "make"
|
||||
bin.install "wrk"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue