Build dump_syms for host arch
This commit is contained in:
parent
9bdefa6f1f
commit
c76d87719d
4 changed files with 10 additions and 8 deletions
|
@ -22,10 +22,6 @@ def main(destination):
|
|||
(project_name, product_name) = get_names_from_gyp()
|
||||
|
||||
if PLATFORM in ['darwin', 'linux']:
|
||||
# Generate the dump_syms tool.
|
||||
build = os.path.join(SOURCE_ROOT, 'script', 'build.py')
|
||||
execute([sys.executable, build, '-c', 'R', '-t', 'dump_syms'])
|
||||
|
||||
generate_breakpad_symbols = os.path.join(SOURCE_ROOT, 'tools', 'posix',
|
||||
'generate_breakpad_symbols.py')
|
||||
if PLATFORM == 'darwin':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue