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
Родитель 64bc15535e
Коммит cf77fb2e39
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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'

Просмотреть файл

@ -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'