Fixup for bug 1038639. r=me

This commit is contained in:
Mike Hommey 2014-07-17 09:37:21 +09:00
parent b4a9c6b93b
commit 260f946298

View File

@ -378,7 +378,7 @@ def main():
# Fill startup cache
if isinstance(formatter, OmniJarFormatter) and launcher.can_launch() \
and buildconfig.substs['MOZ_DISABLE_STARTUPCACHE'] != '1':
if buildconfig.substs['LIBXUL_SDK']:
if buildconfig.substs.get('LIBXUL_SDK'):
gre_path = mozpack.path.join(buildconfig.substs['LIBXUL_DIST'],
'bin')
else: