snappy: add reminder to remove workaround.

This is no longer needed after #106925.
master
Carlo Cabrera 2022-09-20 00:21:02 +08:00
parent 0c786ea7a4
commit d3a77243b5
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
class Snappy < Formula
desc "Compression/decompression library aiming for high speed"
homepage "https://google.github.io/snappy/"
# TODO: Remove `ENV.remove "HOMEBREW_LIBRARY_PATHS", Formula["llvm"].opt_lib` at rebuild.
url "https://github.com/google/snappy/archive/1.1.9.tar.gz"
sha256 "75c1fbb3d618dd3a0483bff0e26d0a92b495bbe5059c8b4f1c962b478b6e06e7"
license "BSD-3-Clause"