Start work on building macOS binary with bypy
This commit is contained in:
parent
45d1b978d8
commit
f72ecf1791
6
bypy/macos.conf
Normal file
6
bypy/macos.conf
Normal file
@ -0,0 +1,6 @@
|
||||
# Requires installation of XCode 10.3 and Python 3 and
|
||||
# python3 -m pip install certifi
|
||||
|
||||
vm_name 'macos-kitty-build'
|
||||
root '/Users/Shared/kitty-build'
|
||||
python '/usr/local/bin/python3'
|
||||
1
bypy/rsync.conf
Normal file
1
bypy/rsync.conf
Normal file
@ -0,0 +1 @@
|
||||
to_vm_excludes '/build /dist /.build-cache /tags __pycache__ /*_commands.json *.so *.pyd *.pyc'
|
||||
@ -22,8 +22,8 @@
|
||||
"name": "pkg-config",
|
||||
"os": "macos",
|
||||
"unix": {
|
||||
"filename": "pkg-config-0.29.tar.gz",
|
||||
"hash": "sha1:f4b19d203b3896a4293af4b62c7f908063c88a5a",
|
||||
"filename": "pkg-config-0.29.2.tar.gz",
|
||||
"hash": "sha256:6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591",
|
||||
"urls": ["https://pkg-config.freedesktop.org/releases/{filename}"]
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user