Skip to content

Commit

Permalink
Add /usr/local/lib to the macOS rpath. (#797)
Browse files Browse the repository at this point in the history
The global installation of MoltenVK resides here. This makes the
playgrounds use MoltenVK again.
  • Loading branch information
chinmaygarde authored Dec 8, 2023
1 parent bb212f1 commit 60536f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/config/mac/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ config("mac_dynamic_flags") {

# Path for loading shared libraries for unbundled binaries.
"-Wl,-rpath,@loader_path/.",
"-Wl,-rpath,/usr/local/lib/.",

# Path for loading shared libraries for bundled binaries. Get back from
# Binary.app/Contents/MacOS.
Expand Down

0 comments on commit 60536f6

Please sign in to comment.