forked from mirrors/gecko-dev
Backed out changeset 83ef845d60ab (bug 1869078) for build bustages
This commit is contained in:
parent
4bc580f7c5
commit
399de5a9a6
1 changed files with 0 additions and 4 deletions
|
|
@ -318,10 +318,6 @@ def old_configure_for(old_configure_path, extra_env=None):
|
||||||
c: [
|
c: [
|
||||||
(k[1:-1], v[1:-1] if isinstance(v, str) else v)
|
(k[1:-1], v[1:-1] if isinstance(v, str) else v)
|
||||||
for k, v in raw_config[c]
|
for k, v in raw_config[c]
|
||||||
# Eventually we'll want to filter out all lowercase keys. (bug 1869127)
|
|
||||||
# For now, we only filter out the most problematic one that
|
|
||||||
# we know is unused.
|
|
||||||
if k != " target_cpu "
|
|
||||||
]
|
]
|
||||||
for c in ("substs", "defines")
|
for c in ("substs", "defines")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue