Skip to content

Commit

Permalink
Fix missing libraries in .app when using homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Dec 1, 2023
1 parent 05e0e11 commit 2673c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/macosx/osx-app.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ cp -v +([^.]).+([[:digit:]]).dylib "$pkglib"

# Fetch a unique list of LC_RPATHs from our executables, which will be used
# for our dependency search below.
bundle_binary_rpaths=("/usr/local/lib")
bundle_binary_rpaths=("/usr/local/lib" "/opt/homebrew/lib")
rpaths=()

# macdeployqt handles our Qt dependencies. We handle our Sparkle and
Expand Down

0 comments on commit 2673c2f

Please sign in to comment.