DRTVWR-447: Restore copying BugsplatMac.framework into Mac package.
parent
c532e3075c
commit
f55d3071e1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue