Build universal binaries of all deps on macOS

This commit is contained in:
Kovid Goyal
2021-04-29 08:50:02 +05:30
parent 6b9b478492
commit 13bf8a20b0
3 changed files with 18 additions and 19 deletions

View File

@@ -1,6 +1,8 @@
# Requires installation of XCode 10.3 and Python 3 and
# python3 -m pip install certifi
vm_name 'macos-kitty-build'
vm_name 'macos-kitty'
root '/Users/Shared/kitty-build'
python '/usr/local/bin/python3'
universal 'true'
deploy_target '10.14'