summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2018-10-22 14:21:35 -0400
committerNat Goodspeed <nat@lindenlab.com>2018-10-22 14:21:35 -0400
commitf55d3071e16f06c7afc0940928fa2e9a620556d9 (patch)
tree308ab271b0aff2b0c994f668699a2106adc99775
parentc532e3075c7857f3f3f0097890d93bd90ff82db0 (diff)
DRTVWR-447: Restore copying BugsplatMac.framework into Mac package.
-rwxr-xr-xindra/newview/viewer_manifest.py3
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