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 11cd kivy-ios
22
33xcodebuild -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
55. venv/bin/activate
66
77pip install -e .
8- pip install cython
8+ pip install cython==0.29.33
99
1010python toolchain.py build python3
1111
You can’t perform that action at this time.
0 commit comments