summaryrefslogtreecommitdiffstats
path: root/python/mozbuild
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-03-01 14:35:14 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-03-01 14:35:14 -0500
commitba2c2e5301bb2d993984c62cdf2fd07b361e6bca (patch)
treeaa7420c3256f4917e427eaa62292cc8b10e378e0 /python/mozbuild
parent11a8a39f6d2e057d51559c52c1bf0ba74bbfe189 (diff)
downloadUXP-ba2c2e5301bb2d993984c62cdf2fd07b361e6bca.tar
UXP-ba2c2e5301bb2d993984c62cdf2fd07b361e6bca.tar.gz
UXP-ba2c2e5301bb2d993984c62cdf2fd07b361e6bca.tar.lz
UXP-ba2c2e5301bb2d993984c62cdf2fd07b361e6bca.tar.xz
UXP-ba2c2e5301bb2d993984c62cdf2fd07b361e6bca.zip
Remove MOZ_MULET
Diffstat (limited to 'python/mozbuild')
-rwxr-xr-xpython/mozbuild/mozbuild/mozinfo.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/mozbuild/mozbuild/mozinfo.py b/python/mozbuild/mozbuild/mozinfo.py
index f0b0df9bb..2c08c4e9f 100755
--- a/python/mozbuild/mozbuild/mozinfo.py
+++ b/python/mozbuild/mozbuild/mozinfo.py
@@ -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