Skip to content

Commit

Permalink
tool/cross: rpaths on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Sep 15, 2024
1 parent 2a6f2e0 commit 891fd4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/cross
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ macos-cc() {
-framework CoreFoundation \
-framework CoreServices \
$@
install_name_tool -add_rpath /usr/local/lib "$artifact"
)
}
windows-cc() {
Expand Down

0 comments on commit 891fd4c

Please sign in to comment.