Separate symbols generation from building
This commit is contained in:
parent
4bb0ac271b
commit
42dafd47fd
4 changed files with 66 additions and 118 deletions
|
@ -61,7 +61,7 @@ def FindBundlePart(full_path):
|
|||
|
||||
def GetDSYMBundle(options, binary_path):
|
||||
"""Finds the .dSYM bundle to the binary."""
|
||||
if binary_path[0] == '/' or binary_path == '':
|
||||
if not binary_path.endswith(' Framework'):
|
||||
return binary_path
|
||||
|
||||
filename = FindBundlePart(binary_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue