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 3f7e0b5 commit 0a6ba99Copy full SHA for 0a6ba99
Formula/re2.rb
@@ -4,6 +4,7 @@ class Re2 < Formula
4
url "https://github.com/google/re2/archive/2020-05-01.tar.gz"
5
version "20200501"
6
sha256 "88864d7f5126bb17daa1aa8f41b05599aa6e3222e7b28a90e372db53c1c49aeb"
7
+ revision 1
8
head "https://github.com/google/re2.git"
9
10
bottle do
@@ -17,9 +18,6 @@ def install
17
18
ENV.cxx11
19
20
system "make", "install", "prefix=#{prefix}"
- MachO::Tools.change_dylib_id("#{lib}/libre2.7.0.0.dylib", "#{lib}/libre2.0.dylib")
21
- lib.install_symlink "libre2.7.0.0.dylib" => "libre2.0.dylib"
22
- lib.install_symlink "libre2.7.0.0.dylib" => "libre2.dylib"
23
end
24
25
test do
0 commit comments