mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-25 16:54:43 +01:00
Fixed file extention for minidump_upload in tools_linux.gypi
Bug: Change-Id: I02ceca2ff7cb87bb2b8f0cf02d31f9ab6d46a8da src/tools/linux/tools_linux.gypi was using 'symupload/minidump_upload.m' whereas it should have been 'symupload/minidump_upload.cc' for linux. '.m' is for mac. Reviewed-on: https://chromium-review.googlesource.com/840622 Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
parent
4a02ec0303
commit
ceef4a517d
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
'target_name': 'minidump_upload',
|
||||
'type': 'executable',
|
||||
'sources': [
|
||||
'symupload/minidump_upload.m',
|
||||
'symupload/minidump_upload.cc',
|
||||
],
|
||||
'dependencies': [
|
||||
'../common/common.gyp:common',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue