From af2c9a49b1ad31e94242295d88598591623fbf11 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 11 May 2019 12:04:07 +0530 Subject: [PATCH] ... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c44067ba9..25fbb06ad 100755 --- a/setup.py +++ b/setup.py @@ -745,7 +745,7 @@ Categories=System;TerminalEmulator; 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([