Skip to content

Commit

Permalink
zeromq: 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 c060d1d commit e113909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/z/zeromq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Zeromq < Formula

def install
# Work around "error: no member named 'signbit' in the global namespace"
if MacOS.version == :high_sierra
if OS.mac? && MacOS.version == :high_sierra
ENV.delete("HOMEBREW_SDKROOT")
ENV.delete("SDKROOT")
end
Expand Down

0 comments on commit e113909

Please sign in to comment.