Remove MOZ_MULET

This commit is contained in:
Matt A. Tobin
2018-03-01 14:35:14 -05:00
parent 11a8a39f6d
commit ba2c2e5301
6 changed files with 1 additions and 26 deletions
+1 -3
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