Commit cf77fb2e authored by Ehsan Akhgari's avatar Ehsan Akhgari
Browse files

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

DONTBUILD
parent 64bc1553
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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'
+1 −0
Original line number Diff line number Diff line
@@ -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'