mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Remove MOZ_MULET
This commit is contained in:
parent
a25b655d51
commit
b4c6885d32
6 changed files with 1 additions and 26 deletions
|
|
@ -52,9 +52,7 @@ def build_dict(config, env=os.environ):
|
|||
d["appname"] = substs["MOZ_APP_NAME"]
|
||||
|
||||
# Build app name
|
||||
if 'MOZ_MULET' in substs and substs.get('MOZ_MULET') == "1":
|
||||
d["buildapp"] = "mulet"
|
||||
elif 'MOZ_BUILD_APP' in substs:
|
||||
if 'MOZ_BUILD_APP' in substs:
|
||||
d["buildapp"] = substs["MOZ_BUILD_APP"]
|
||||
|
||||
# processor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue