mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-26 22:36:51 +00:00
Remove MOZ_MULET
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user