This repository was archived by the owner on Mar 30, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-9
lines changed
Expand file tree Collapse file tree 2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 66# - OpenSSL.framework-iOS - build OpenSSL.framework for iOS
77# - OpenSSL.framework-tvOS - build OpenSSL.framework for tvOS
88# - OpenSSL.framework-watchOS - build OpenSSL.framework for watchOS
9- # - Python-host - build host python
109# - Python.framework-iOS - build Python.framework for iOS
1110# - Python.framework-tvOS - build Python.framework for tvOS
1211# - Python.framework-watchOS - build Python.framework for watchOS
12+ # - Python-host - build host python
1313
1414# Current director
1515PROJECT_DIR =$(shell pwd)
Original file line number Diff line number Diff line change 1- This is a fork of https://github.com/pybee/Python-iOS-support/ that contains
2- Python.framework WIP for tvOS and watchOS.
3-
4- In the meantime only OpenSSL.framework can be built for tvOS or watchOS:
5-
6- - make OpenSSL.framework-iOS
7- - make OpenSSL.framework-tvOS
8- - make OpenSSL.framework-watchOS
1+ This is a fork of https://github.com/pybee/Python-iOS-support/ that adds
2+ tvOS and watchOS builds.
3+
4+ Useful targets:
5+ - all-iOS - build everything for iOS
6+ - all-tvOS - build everything for tvOS
7+ - all-watchOS - build everything for watchOS
8+ - OpenSSL.framework-iOS - build OpenSSL.framework for iOS
9+ - OpenSSL.framework-tvOS - build OpenSSL.framework for tvOS
10+ - OpenSSL.framework-watchOS - build OpenSSL.framework for watchOS
11+ - Python.framework-iOS - build Python.framework for iOS
12+ - Python.framework-tvOS - build Python.framework for tvOS
13+ - Python.framework-watchOS - build Python.framework for watchOS
14+ - Python-host - build host python
915
1016Python iOS Support
1117==================
You can’t perform that action at this time.
0 commit comments