Skip to content
Snippets Groups Projects
Commit f55d3071 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

DRTVWR-447: Restore copying BugsplatMac.framework into Mac package.

parent c532e307
No related branches found
No related tags found
No related merge requests found
......@@ -929,6 +929,9 @@ def construct(self):
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment