mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
...
This commit is contained in:
2
setup.py
2
setup.py
@@ -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([
|
||||||
|
|||||||
Reference in New Issue
Block a user