diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2018-10-22 14:21:35 -0400 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2018-10-22 14:21:35 -0400 | 
| commit | f55d3071e16f06c7afc0940928fa2e9a620556d9 (patch) | |
| tree | 308ab271b0aff2b0c994f668699a2106adc99775 /indra/newview | |
| parent | c532e3075c7857f3f3f0097890d93bd90ff82db0 (diff) | |
DRTVWR-447: Restore copying BugsplatMac.framework into Mac package.
Diffstat (limited to 'indra/newview')
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index fb132732a5..ed9b5a35fd 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -929,6 +929,9 @@ class DarwinManifest(ViewerManifest):                  self.path2basename(relpkgdir, CEF_framework)                  CEF_framework = self.dst_path_of(CEF_framework) +                if self.args.get('bugsplat'): +                    self.path2basename(relpkgdir, "BugsplatMac.framework") +              with self.prefix(dst="MacOS"):                  # NOTE: the -S argument to strip causes it to keep                  # enough info for annotated backtraces (i.e. function | 
