diff options
| author | Nicky <nicky.dasmijn@posteo.nl> | 2022-10-23 20:09:14 +0200 | 
|---|---|---|
| committer | Nicky <nicky.dasmijn@posteo.nl> | 2022-10-23 20:09:14 +0200 | 
| commit | b0d69a20c262441125261c4949e59a8a1b9e9628 (patch) | |
| tree | 0654ee045155f7e40f3e26bd6061eda0644c4f7f | |
| parent | b4e8d7a7b28cfe8bb622e23148d66ee0a61e17e4 (diff) | |
Bring back Nat's tribute to Macho Man Randy Savage by reverting:
"SL-18389 - tracking down an odd code-signing issue on mac - speculative fix - this is the only different between this and other viewers that do run correctly"
This reverts commit 074ff9fd4bbe0a6c6d589b3bdf5fe1a48df0b1ed.
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index ea3688888a..3327ecfb56 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -908,7 +908,7 @@ class DarwinManifest(ViewerManifest):                      # Let exception, if any, propagate -- if this doesn't                      # work, we need the build to noisily fail!                      oldpath = subprocess.check_output( -                        ['objdump', '-macho', '-dylib-id', '-non-verbose', +                        ['objdump', '--macho', '--dylib-id', '--non-verbose',                           os.path.join(relpkgdir, "BugsplatMac.framework", "BugsplatMac")]                          ).splitlines()[-1]  # take the last line of output                      self.run_command( | 
