Also search libchromiumcontent download dir for dSYMs.
This commit is contained in:
parent
6393e2e1e5
commit
deef68bcf9
3 changed files with 15 additions and 12 deletions
|
@ -164,11 +164,6 @@ def download_libchromiumcontent_symbols(url):
|
|||
'download')
|
||||
subprocess.check_call([sys.executable, download, '-f', '-s', url, target_dir])
|
||||
|
||||
if sys.platform == 'darwin':
|
||||
shutil.copytree(symbols_path,
|
||||
os.path.join(OUT_DIR, symbols_name),
|
||||
symlinks=True)
|
||||
|
||||
|
||||
def create_symbols():
|
||||
build = os.path.join(SOURCE_ROOT, 'script', 'build.py')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue