Bug 1244770 - Fixed minidumpwriter compilation on mingw. r=ted

This commit is contained in:
Jacek Caban 2016-02-02 15:28:59 +01:00
parent 8e0af4dfc3
commit 3d2fb58192

View File

@ -13,5 +13,7 @@ if CONFIG['ENABLE_TESTS'] and CONFIG['CPU_ARCH'] == 'x86_64' and CONFIG['OS_ARCH
'minidumpwriter.cpp',
]
USE_STATIC_LIBS = True
if CONFIG['GNU_CC']:
WIN32_EXE_LDFLAGS += ['-municode']
NO_PGO = True