diff options
Diffstat (limited to 'homebrew/re2/.make.sh-auto')
-rw-r--r-- | homebrew/re2/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/re2/.make.sh-auto b/homebrew/re2/.make.sh-auto new file mode 100644 index 000000000..56fc8e092 --- /dev/null +++ b/homebrew/re2/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +ENV.cxx11 +make DESTDIR=${PKG_DEST} install prefix=${PKG_TAPF} +MachO::Tools.change_dylib_id("#{lib}/libre2.0.0.0.dylib", "#{lib}/libre2.0.dylib") +lib.install_symlink "libre2.0.0.0.dylib" => "libre2.0.dylib" +lib.install_symlink "libre2.0.0.0.dylib" => "libre2.dylib" |