mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-19 13:40:45 +01:00
Mac: Fix dSYM path in make_distrib.py (issue #1403)
This commit is contained in:
parent
8949b13120
commit
cb3e183d78
@ -669,6 +669,10 @@ elif platform == 'macosx':
|
|||||||
|
|
||||||
# create the real dSYM file from the "fake" dSYM file
|
# create the real dSYM file from the "fake" dSYM file
|
||||||
sys.stdout.write("Creating the real dSYM file...\n")
|
sys.stdout.write("Creating the real dSYM file...\n")
|
||||||
|
if use_gn:
|
||||||
|
src_path = os.path.join(build_dir, \
|
||||||
|
'%s.dSYM/Contents/Resources/DWARF/%s' % (framework_name, framework_name))
|
||||||
|
else:
|
||||||
src_path = os.path.join(build_dir, \
|
src_path = os.path.join(build_dir, \
|
||||||
'%s.framework.dSYM/Contents/Resources/DWARF/%s' % (framework_name, framework_name))
|
'%s.framework.dSYM/Contents/Resources/DWARF/%s' % (framework_name, framework_name))
|
||||||
dst_path = os.path.join(symbol_output_dir, '%s.dSYM' % framework_name)
|
dst_path = os.path.join(symbol_output_dir, '%s.dSYM' % framework_name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user