mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 11:18:39 +09:00
Issue #1322 - Part 2: Remove --enable-sm-promise buildconfig switch.
This commit is contained in:
parent
40f99b202a
commit
48adbfd454
3 changed files with 0 additions and 22 deletions
|
|
@ -91,7 +91,6 @@ def build_dict(config, env=os.environ):
|
|||
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'))
|
||||
d['sm_promise'] = bool(substs.get('SPIDERMONKEY_PROMISE'))
|
||||
|
||||
def guess_platform():
|
||||
if d['buildapp'] in ('browser', 'mulet'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue