From 7d65940610d5884486abbe12fa21e0ddb1cd0c55 Mon Sep 17 00:00:00 2001 From: Beq Date: Fri, 19 Jul 2024 17:28:30 +0100 Subject: [PATCH] Mac build was failing due to undefined "executable" Take the executable declaration code from upstream --- indra/newview/viewer_manifest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 6ad6235c21..206098044f 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1535,6 +1535,7 @@ class Darwin_x86_64_Manifest(ViewerManifest): self.path(libfile) oldpath = os.path.join("@rpath", libfile) + executable = self.dst_path_of(self.channel()) self.run_command( ['install_name_tool', '-change', oldpath, '@executable_path/../Resources/%s' % libfile,