Remove MOZ_MULET

This commit is contained in:
NTD 2018-03-01 14:35:14 -05:00 committed by Roy Tam
commit b4c6885d32
6 changed files with 1 additions and 26 deletions

View file

@ -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