Another BreakpadSymbols fix.

This commit is contained in:
David Anderson 2020-08-19 00:12:40 -07:00
parent aa01a22416
commit d49b92603a

View File

@ -26,7 +26,7 @@ for cxx_task in cxx_tasks:
bin_dir = os.path.split(plat_dir)[0]
symbol_file = '{}-{}-{}.breakpad'.format(
os.path.dirname(bin_dir)[1],
os.path.split(bin_dir)[1],
cxx_task.target.platform,
cxx_task.target.arch)