commit fd2af1d9077e5ff07cb0e76976026b81663ac0ab Author: Tom Ritter tom@mozilla.com Date: Fri Mar 23 18:01:19 2018 -0500
Bug 1448746 - Capitalization fixes for MinGW x64 build in the crash reporter. r=gsvelto, a=jcristau
MozReview-Commit-ID: 8tZkuachYhX
--HG-- extra : rebase_source : 9170d2fdbfc92d7aba81a91d5438e0beeda2c139 extra : source : 412b3c06c06d191d1c0db2d19ccb5e9ff954813d --- toolkit/crashreporter/minidump-analyzer/moz.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/toolkit/crashreporter/minidump-analyzer/moz.build b/toolkit/crashreporter/minidump-analyzer/moz.build index 50852baee8a2..d52eaacf6704 100644 --- a/toolkit/crashreporter/minidump-analyzer/moz.build +++ b/toolkit/crashreporter/minidump-analyzer/moz.build @@ -25,8 +25,8 @@ if CONFIG['OS_TARGET'] != 'Android': ]
OS_LIBS += [ - 'Dbghelp', - 'Imagehlp' + 'dbghelp', + 'imagehlp' ]
if CONFIG['OS_TARGET'] == 'WINNT' and CONFIG['CC_TYPE'] == 'gcc':
tor-commits@lists.torproject.org