fix(bin/linja): fix typo
This commit is contained in:
parent
5e551db9be
commit
229caec0a4
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ def check_requirements():
|
|||
if g_ninja_path == "USE DEFAULT":
|
||||
g_ninja_path = find_location(ninja_exec_name)
|
||||
if not os.path.isfile(g_lean_path):
|
||||
error("cannot find leanpp executable at " + os.path.abspath(g_lean_path))
|
||||
error("cannot find lean executable at " + os.path.abspath(g_lean_path))
|
||||
if not os.path.isfile(g_ltags_path):
|
||||
error("cannot find ltags executable at " + os.path.abspath(g_ltags_path))
|
||||
if not os.path.isfile(g_ninja_path):
|
||||
|
|
Loading…
Reference in a new issue