mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 13:58:40 +09:00
[AM] Clean up addon-signing build leftovers.
This commit is contained in:
parent
2970ae4c3e
commit
eabcbe5672
4 changed files with 0 additions and 23 deletions
|
|
@ -88,8 +88,6 @@ def build_dict(config, env=os.environ):
|
|||
d['telemetry'] = substs.get('MOZ_TELEMETRY_REPORTING') == '1'
|
||||
d['tests_enabled'] = substs.get('ENABLE_TESTS') == "1"
|
||||
d['bin_suffix'] = substs.get('BIN_SUFFIX', '')
|
||||
d['addon_signing'] = substs.get('MOZ_ADDON_SIGNING') == '1'
|
||||
d['require_signing'] = substs.get('MOZ_REQUIRE_SIGNING') == '1'
|
||||
d['official'] = bool(substs.get('MC_OFFICIAL'))
|
||||
|
||||
def guess_platform():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue