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 6
6
# - OpenSSL.framework-iOS - build OpenSSL.framework for iOS
7
7
# - OpenSSL.framework-tvOS - build OpenSSL.framework for tvOS
8
8
# - OpenSSL.framework-watchOS - build OpenSSL.framework for watchOS
9
- # - Python-host - build host python
10
9
# - Python.framework-iOS - build Python.framework for iOS
11
10
# - Python.framework-tvOS - build Python.framework for tvOS
12
11
# - Python.framework-watchOS - build Python.framework for watchOS
12
+ # - Python-host - build host python
13
13
14
14
# Current director
15
15
PROJECT_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
9
15
10
16
Python iOS Support
11
17
==================
You can’t perform that action at this time.
0 commit comments