Skip to content

Commit 4aab337

Browse files
committed
fix build error
1 parent 7ebea92 commit 4aab337

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Scripts/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cd kivy-ios
22

33
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

Scripts/toolchain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python3 -m venv venv
55
. venv/bin/activate
66

77
pip install -e .
8-
pip install cython
8+
pip install cython==0.29.33
99

1010
python toolchain.py build python3
1111

0 commit comments

Comments
 (0)