diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 253f2884dc..e0c0061c4e 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1535,7 +1535,8 @@ class Darwin_x86_64_Manifest(ViewerManifest): self.path(libfile) oldpath = os.path.join("@rpath", libfile) - executable = self.dst_path_of(libfile) + executable = self.dst_path_of("Firestorm.app") + print(f"debug: oldpath={oldpath} executable={executable} libfile={libfile}") self.run_command( ['install_name_tool', '-change', oldpath,