From 21d6248a8cfc4136fae654a230ff863e953f9e3d Mon Sep 17 00:00:00 2001 From: Beq Date: Sat, 27 Jul 2024 18:14:11 +0100 Subject: [PATCH] Now we have the right binary, get the lib from the right place. --- indra/newview/viewer_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 0c00b36944..1701be232b 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1542,7 +1542,7 @@ class Darwin_x86_64_Manifest(ViewerManifest): self.run_command( ['install_name_tool', '-change', oldpath, - '@executable_path/../Contents/Frameworks/%s' % libfile, executable]) + '@executable_path/../Contents/Resources/%s' % libfile, executable]) # dylibs is a list of all the .dylib files we expect to need # in our bundled sub-apps. For each of these we'll create a