Skip to content

Commit

Permalink
trafficserver: 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 defd6d8 commit 2658c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/t/trafficserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Trafficserver < Formula
def install
# Per https://luajit.org/install.html: If MACOSX_DEPLOYMENT_TARGET
# is not set then it's forced to 10.4, which breaks compile on Mojave.
ENV["MACOSX_DEPLOYMENT_TARGET"] = MacOS.version.to_s
ENV["MACOSX_DEPLOYMENT_TARGET"] = MacOS.version.to_s if OS.mac?

args = %W[
--prefix=#{prefix}
Expand Down

0 comments on commit 2658c07

Please sign in to comment.