We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c8c75 commit 9f3273bCopy full SHA for 9f3273b
Formula/s/snappy.rb
@@ -35,6 +35,13 @@ class Snappy < Formula
35
# `folly` issue ref: https://github.com/facebook/folly/issues/1583
36
patch :DATA
37
38
+ # Fix to cmake 4 compatibility
39
+ # PR ref: https://github.com/google/snappy/pull/200
40
+ patch do
41
+ url "https://github.com/google/snappy/commit/a688be4b77b954c403db805c8351ff62770f1044.patch?full_index=1"
42
+ sha256 "d7ce00be23a95bc438ec00a287de1c52a2b7d9c261a365a4a2b458e29b486fd8"
43
+ end
44
+
45
def install
46
ENV.llvm_clang if OS.mac? && (DevelopmentTools.clang_build_version <= 1100)
47
0 commit comments