1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 23:18:26 +00:00

Remove MOZ_MULET

This commit is contained in:
NTD
2018-03-01 14:35:14 -05:00
committed by Roy Tam
parent a25b655d51
commit b4c6885d32
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