From 891fd4c64209e8d5f4f7b9c1b5973907aa9abae0 Mon Sep 17 00:00:00 2001 From: Will Date: Sun, 15 Sep 2024 12:20:15 -0400 Subject: [PATCH] tool/cross: rpaths on macos --- tool/cross | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/cross b/tool/cross index 51fecadb..e1da64cc 100755 --- a/tool/cross +++ b/tool/cross @@ -59,6 +59,7 @@ macos-cc() { -framework CoreFoundation \ -framework CoreServices \ $@ + install_name_tool -add_rpath /usr/local/lib "$artifact" ) } windows-cc() {