Skip to content

Commit

Permalink
wrk: fix MacOS references.
Browse files Browse the repository at this point in the history
Needed after Homebrew/brew#16306.
  • Loading branch information
MikeMcQuaid committed Dec 14, 2023
1 parent 02f0913 commit 0342b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/w/wrk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Wrk < Formula

def install
ENV.deparallelize
ENV["MACOSX_DEPLOYMENT_TARGET"] = MacOS.version.to_s
ENV["MACOSX_DEPLOYMENT_TARGET"] = MacOS.version.to_s if OS.mac?
ENV.append_to_cflags "-I#{Formula["luajit"].opt_include}/luajit-2.1"
args = %W[
WITH_LUAJIT=#{Formula["luajit"].opt_prefix}
Expand Down

0 comments on commit 0342b54

Please sign in to comment.