Skip to content

Commit

Permalink
travis: 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 2658c07 commit dc019d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/t/travis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class Travis < Formula
def install
ENV["GEM_HOME"] = libexec
# gem issue on Mojave
ENV["SDKROOT"] = MacOS.sdk_path if MacOS.version == :mojave
ENV["SDKROOT"] = MacOS.sdk_path if OS.mac? && MacOS.version == :mojave

resources.each do |r|
r.fetch
Expand Down

0 comments on commit dc019d9

Please sign in to comment.