Skip to content

Commit

Permalink
macOS: add a workaround for libbrotlicommon.1.dylib
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewang committed May 11, 2021
1 parent daae548 commit cf68c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/macosx/osx-app.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ while $endl; do
| sed '1,$s;^ @rpath/libsnappy; /usr/local/lib/libsnappy;' \
| sed '1,$s;^ @rpath/libssh; /usr/local/lib/libssh;' \
| sed '1,$s;^ libbrotli; /usr/local/lib/libbrotli;' \
| sed "s/@loader_path\/libbrotlicommon.1.dylib/\/usr\/local\/opt\/brotli\/lib\/libbrotlicommon.1.dylib/g" \
| grep -E -v "$exclude_prefixes" \
| sort \
| uniq \
Expand Down

0 comments on commit cf68c90

Please sign in to comment.