mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1244770 - Fixed minidumpwriter compilation on mingw. r=ted
This commit is contained in:
parent
8e0af4dfc3
commit
3d2fb58192
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user