Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed May 11, 2019
1 parent bdeec61 commit af2c9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -745,7 +745,7 @@ def src_ignore(parent, entries):
if not os.path.exists(logo_dir):
raise SystemExit('The kitty logo has not been generated, you need to run logo/make.py')
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)

subprocess.check_call([
Expand Down

0 comments on commit af2c9a4

Please sign in to comment.