зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1447728 Part 1: Add CC_TYPE to mozinfo. r=ted
This commit is contained in:
Родитель
fef467b5a9
Коммит
a96f691565
|
@ -98,6 +98,7 @@ def build_dict(config, env=os.environ):
|
|||
d['updater'] = substs.get('MOZ_UPDATER') == '1'
|
||||
d['artifact'] = substs.get('MOZ_ARTIFACT_BUILDS') == '1'
|
||||
d['ccov'] = substs.get('MOZ_CODE_COVERAGE') == '1'
|
||||
d['cc_type'] = substs.get('CC_TYPE')
|
||||
|
||||
def guess_platform():
|
||||
if d['buildapp'] in ('browser', 'mulet'):
|
||||
|
|
Загрузка…
Ссылка в новой задаче