Loading build/moz.configure/checks.configure +2 −1 Original line number Diff line number Diff line Loading @@ -75,5 +75,6 @@ def check_prog(var, progs, allow_missing=False): from mozbuild.shellutil import quote error('Cannot find %s (tried: %s)' % (var.lower(), ', '.join(quote(p) for p in progs))) return None if value is not_found else value return check return postcheck Loading
build/moz.configure/checks.configure +2 −1 Original line number Diff line number Diff line Loading @@ -75,5 +75,6 @@ def check_prog(var, progs, allow_missing=False): from mozbuild.shellutil import quote error('Cannot find %s (tried: %s)' % (var.lower(), ', '.join(quote(p) for p in progs))) return None if value is not_found else value return check return postcheck