File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
PROJECTDIR =$(shell pwd)
2
2
3
- BUILD_NUMBER =1
3
+ BUILD_NUMBER =2
4
4
5
5
# Version of packages that will be compiled by this meta-package
6
6
PYTHON_VERSION =3.4.2
@@ -263,4 +263,4 @@ build/Python-$(PYTHON_VERSION)/Python.framework: build downloads/Python-$(PYTHON
263
263
cd build/Python-$(PYTHON_VERSION ) /iOS && make
264
264
265
265
dist/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:
52
52
53
53
The build products will be in the `build ` directory.
54
54
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
56
56
57
57
Acknowledgements
58
58
----------------
You can’t perform that action at this time.
0 commit comments