mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 941854 followup, stop building ftp unified until it stops forcing logging
CLOSED TREE
This commit is contained in:
parent
42794670af
commit
9df19d5da7
@ -19,7 +19,8 @@ EXPORTS.mozilla.net += [
|
||||
'FTPChannelParent.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'FTPChannelChild.cpp',
|
||||
'FTPChannelParent.cpp',
|
||||
'nsFTPChannel.cpp',
|
||||
'nsFtpConnectionThread.cpp',
|
||||
@ -27,11 +28,6 @@ UNIFIED_SOURCES += [
|
||||
'nsFtpProtocolHandler.cpp',
|
||||
]
|
||||
|
||||
# FTPChannelChild.cpp cannot be built in unified mode because it forces NSPR logging on Windows.
|
||||
SOURCES += [
|
||||
'FTPChannelChild.cpp',
|
||||
]
|
||||
|
||||
IPDL_SOURCES += [
|
||||
'PFTPChannel.ipdl',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user