Skip to content

Commit

Permalink
h3-pg: fix build on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Dec 23, 2024
1 parent a967718 commit 3098f6a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Formula/h3-pg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ class H3Pg < Formula
depends_on "cmake" => :build
depends_on "bayandin/tap/neon-postgres"

# Fix build on MacOS
# Remove in the next release
patch do
url "https://github.com/zachasme/h3-pg/commit/c6daef9b2dcf431a020bc780f9ba942dd1d825d5.patch?full_index=1"
sha256 "668ff699da4f8bd0662a47242e516ea73a9a55b2c97e82f77d8d8939ac2766e7"
end

def neon_postgres
Formula["bayandin/tap/neon-postgres"]
end
Expand Down

0 comments on commit 3098f6a

Please sign in to comment.