Skip to content

Commit

Permalink
zero-install: fix MacOS references.
Browse files Browse the repository at this point in the history
Needed after Homebrew/brew#16306.

Co-authored-by: Bo Anderson <[email protected]>
  • Loading branch information
MikeMcQuaid and Bo98 committed Dec 13, 2023
1 parent 57a42e1 commit e102d03
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Formula/z/zero-install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ class ZeroInstall < Formula
def install
ENV.append_path "PATH", Formula["gnupg"].opt_bin

# Use correct curl headers
ENV["HOMEBREW_SDKROOT"] = MacOS::CLT.sdk_path(MacOS.version) if MacOS.version >= :mojave && MacOS::CLT.installed?

Dir.mktmpdir("opamroot") do |opamroot|
ENV["OPAMROOT"] = opamroot
ENV["OPAMYES"] = "1"
Expand Down

0 comments on commit e102d03

Please sign in to comment.