File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
cd kivy-ios
2
2
3
3
xcodebuild -create-xcframework -output libpython3.xcframework \
4
- -library dist/frameworks/libpython3.xcframework/ios-arm64/libpython3.9 .a -headers dist/root/python3/include/python3.9 \
5
- -library dist/frameworks/libpython3.xcframework/ios-arm64_x86_64-simulator/libpython3.a -headers dist/root/python3/include/python3.9
4
+ -library dist/frameworks/libpython3.xcframework/ios-arm64/libpython3.10 .a -headers dist/root/python3/include/python3.10 \
5
+ -library dist/frameworks/libpython3.xcframework/ios-arm64_x86_64-simulator/libpython3.a -headers dist/root/python3/include/python3.10
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ python3 -m venv venv
5
5
. venv/bin/activate
6
6
7
7
pip install -e .
8
- pip install cython
8
+ pip install cython==0.29.33
9
9
10
10
python toolchain.py build python3
11
11
You can’t perform that action at this time.
0 commit comments