mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1014976 - Remove MOZ_NO_DEBUG_RTL define in netwerk/streamconv/test. r=mshal
This commit is contained in:
parent
2c8ec9603b
commit
4111d2d843
@ -14,8 +14,7 @@ UNIFIED_SOURCES += [
|
|||||||
FAIL_ON_WARNINGS = True
|
FAIL_ON_WARNINGS = True
|
||||||
|
|
||||||
if CONFIG['OS_ARCH'] == 'WINNT':
|
if CONFIG['OS_ARCH'] == 'WINNT':
|
||||||
for var in ('MOZ_NO_DEBUG_RTL', 'NGPREFS'):
|
DEFINES['NGPREFS'] = True
|
||||||
DEFINES[var] = True
|
|
||||||
if CONFIG['GNU_CXX']:
|
if CONFIG['GNU_CXX']:
|
||||||
LDFLAGS += ['-mconsole']
|
LDFLAGS += ['-mconsole']
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user