зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1746550 - Fix central-as-beta bustage from bug 1745838. r=glandium
This commit is contained in:
Родитель
aa42ce1ffb
Коммит
593402aa44
|
@ -1254,5 +1254,5 @@ set_define("MOZJS_MINOR_VERSION", js_version.minor)
|
|||
set_config("MOZJS_PATCH_VERSION", depends(js_version.patch)(lambda p: str(p)))
|
||||
set_config(
|
||||
"MOZJS_ALPHA",
|
||||
depends(js_version)(lambda x: x.version[-2] if x.version[-2] in "ab" else None),
|
||||
depends(js_version)(lambda x: x.version[-2] if str(x.version[-2]) in "ab" else None),
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче