mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 880500 - Handle files without symbols on the mac. r=singerb
This commit is contained in:
parent
ec82911dae
commit
e2c686b2f8
@ -830,7 +830,9 @@ class Dumper_Mac(Dumper):
|
||||
stdout=open("/dev/null","w"))
|
||||
if not os.path.exists(dsymbundle):
|
||||
# dsymutil won't produce a .dSYM for files without symbols
|
||||
self.output_pid(sys.stderr, "No symbols found in file: %s" % (file,))
|
||||
result['status'] = False
|
||||
result['files'] = (file, )
|
||||
return result
|
||||
|
||||
result['status'] = True
|
||||
|
Loading…
Reference in New Issue
Block a user