зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1820572 - Make python/mozbuild/mozbuild/test/frontend/data buildable outside of a unified build environment r=andi,glandium
Differential Revision: https://phabricator.services.mozilla.com/D171731
This commit is contained in:
Родитель
4d2c1b32dd
Коммит
42fa42c77a
|
@ -18,5 +18,3 @@ Library("dummy")
|
|||
UNIFIED_SOURCES += ["test1.c"]
|
||||
|
||||
AllowCompilerWarnings()
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -25,5 +25,3 @@ UNIFIED_SOURCES += ["test1.c"]
|
|||
|
||||
DisableStlWrapping()
|
||||
NoVisibilityFlags()
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -18,5 +18,3 @@ Library("dummy")
|
|||
UNIFIED_SOURCES += ["test1.c"]
|
||||
|
||||
DisableCompilerWarnings()
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -19,5 +19,3 @@ def DisableStlWrapping():
|
|||
UNIFIED_SOURCES += ["test1.c"]
|
||||
|
||||
DisableStlWrapping()
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
|
@ -19,5 +19,3 @@ def NoVisibilityFlags():
|
|||
UNIFIED_SOURCES += ["test1.c"]
|
||||
|
||||
NoVisibilityFlags()
|
||||
|
||||
REQUIRES_UNIFIED_BUILD = True
|
||||
|
|
Загрузка…
Ссылка в новой задаче