Skip to content

Commit

Permalink
Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlbear committed Oct 30, 2021
1 parent f533322 commit b299260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cd kivy-ios

xcodebuild -create-xcframework -output libpython3.xcframework \
-library dist/frameworks/libpython3.xcframework/ios-arm64/libpython3.8.a -headers dist/root/python3/include/python3.8 \
-library dist/frameworks/libpython3.xcframework/ios-arm64_x86_64-simulator/libpython3.a -headers dist/root/python3/include/python3.8
-library dist/frameworks/libpython3.xcframework/ios-arm64/libpython3.9.a -headers dist/root/python3/include/python3.9 \
-library dist/frameworks/libpython3.xcframework/ios-arm64_x86_64-simulator/libpython3.a -headers dist/root/python3/include/python3.9

0 comments on commit b299260

Please sign in to comment.