mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1195397 - for aurora -> beta: l10n-mozconfig needs "ac_add_options --with-branding=browser/branding/aurora" removed. r=jlund DONTBUILD
This commit is contained in:
parent
335856fdb7
commit
f9f9947469
@ -26,7 +26,16 @@ config = {
|
||||
"browser/config/mozconfigs/win32",
|
||||
"browser/config/mozconfigs/win64",
|
||||
"browser/config/mozconfigs/macosx64"]
|
||||
for f in ["debug", "nightly", "l10n-mozconfig"]
|
||||
for f in ["debug", "nightly"]
|
||||
] + [
|
||||
# File, from, to
|
||||
(f, "ac_add_options --with-branding=browser/branding/aurora", "")
|
||||
for f in ["browser/config/mozconfigs/linux32/l10n-mozconfig",
|
||||
"browser/config/mozconfigs/linux64/l10n-mozconfig",
|
||||
"browser/config/mozconfigs/win32/l10n-mozconfig",
|
||||
"browser/config/mozconfigs/win64/l10n-mozconfig",
|
||||
"browser/config/mozconfigs/macosx-universal/l10n-mozconfig",
|
||||
"browser/config/mozconfigs/macosx64/l10n-mozconfig"]
|
||||
] + [
|
||||
("browser/config/mozconfigs/macosx-universal/nightly",
|
||||
"ac_add_options --with-branding=browser/branding/aurora",
|
||||
|
Loading…
Reference in New Issue
Block a user