This repository was archived by the owner on Mar 30, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PROJECTDIR =$(shell pwd)
22
3- BUILD_NUMBER =1
3+ BUILD_NUMBER =2
44
55# Version of packages that will be compiled by this meta-package
66PYTHON_VERSION =3.4.2
@@ -263,4 +263,4 @@ build/Python-$(PYTHON_VERSION)/Python.framework: build downloads/Python-$(PYTHON
263263 cd build/Python-$(PYTHON_VERSION ) /iOS && make
264264
265265dist/Python.framework : dist build/Python-$(PYTHON_VERSION ) /Python.framework
266- cd dist && cp -r ../build/Python-$(PYTHON_VERSION ) /Python.framework .
266+ cd dist && mv ../build/Python-$(PYTHON_VERSION ) /Python.framework .
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ This should:
5252
5353The build products will be in the `build ` directory.
5454
55- .. _downloaded : https://github.com/pybee/Python-iOS-support/releases/download/3.4.2-b1 /Python-3.4.2-iOS-support.b1 .tar.gz
55+ .. _downloaded : https://github.com/pybee/Python-iOS-support/releases/download/3.4.2-b2 /Python-3.4.2-iOS-support.b2 .tar.gz
5656
5757Acknowledgements
5858----------------
You can’t perform that action at this time.
0 commit comments