Skip to content

Commit

Permalink
Merge pull request #16 from blaisewang/master-3.4-gm
Browse files Browse the repository at this point in the history
build: fix macOS app crashes without brotli installed
  • Loading branch information
pengtianabc authored May 13, 2021
2 parents 004bcef + cf68c90 commit 499cdac
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 499cdac

Please sign in to comment.