Skip to content

Commit b299260

Browse files
committed
Python 3.9
1 parent f533322 commit b299260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.8.a -headers dist/root/python3/include/python3.8 \
5-
-library dist/frameworks/libpython3.xcframework/ios-arm64_x86_64-simulator/libpython3.a -headers dist/root/python3/include/python3.8
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

0 commit comments

Comments
 (0)