Mark the SOURCES variables in media/mtransport moz.build files as non-unifiable, no bug

DONTBUILD
This commit is contained in:
Ehsan Akhgari 2013-11-22 00:40:58 -05:00
parent 23174d221c
commit f02c910890
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ EXPORTS.mtransport += [
include('../objs.mozbuild')
# These files cannot be built in unified mode because they force NSPR logging.
SOURCES += mtransport_cppsrcs
LIBRARY_NAME = 'mtransport'

View File

@ -6,6 +6,7 @@
include('../objs.mozbuild')
# These files cannot be built in unified mode because they force NSPR logging.
SOURCES += mtransport_cppsrcs
LIBRARY_NAME = 'mtransport_s'