mirror of
https://github.com/kovidgoyal/kitty.git
synced 2025-12-13 20:36:22 +01:00
We need this because Go < 1.23 produces binaries that dont work on modern OpenBSD because OpenBSD decided to remove syscall() from their libc. Mad buggers, who removes functions from libc breaking all binaries!! Also increase minimum macOS version to 11.0 as Go 1.23 requires that
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
# Requires installation of XCode >= 10.3 and go 1.23 and Python 3 and
|
|
# python3 -m pip install certifi
|
|
|
|
vm_name 'macos-kitty'
|
|
root '/Users/Shared/kitty-build'
|
|
python '/usr/local/bin/python3'
|
|
universal 'true'
|
|
deploy_target '11.0'
|