mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 12:22:48 +02:00
...
This commit is contained in:
@@ -134,10 +134,10 @@ def install_deps() -> None:
|
||||
def build_kitty() -> None:
|
||||
python = shutil.which('python3') if is_bundle else sys.executable
|
||||
cmd = f'{python} setup.py build --verbose'
|
||||
if is_macos:
|
||||
cmd += ' --debug' # for better crash report to debug SIGILL issue
|
||||
if os.environ.get('KITTY_SANITIZE') == '1':
|
||||
cmd += ' --debug --sanitize'
|
||||
elif is_macos:
|
||||
cmd += ' --debug' # for better crash report to debug SIGILL issue
|
||||
run(cmd)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user