This commit is contained in:
Kovid Goyal
2019-05-11 12:04:07 +05:30
parent bdeec61266
commit af2c9a49b1

View File

@@ -745,7 +745,7 @@ Categories=System;TerminalEmulator;
if not os.path.exists(logo_dir): if not os.path.exists(logo_dir):
raise SystemExit('The kitty logo has not been generated, you need to run logo/make.py') raise SystemExit('The kitty logo has not been generated, you need to run logo/make.py')
cmd = [env.cc] + ['-Wall', '-Werror'] + [ cmd = [env.cc] + ['-Wall', '-Werror'] + [
'symlink-deref.c', '-o', os.path.join('MacOS', 'kitty-deref-symlink')] os.path.join(base, 'symlink-deref.c'), '-o', os.path.join('MacOS', 'kitty-deref-symlink')]
run_tool(cmd) run_tool(cmd)
subprocess.check_call([ subprocess.check_call([