Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlbear committed Mar 11, 2023
1 parent 7ebea92 commit 4aab337
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.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
-library dist/frameworks/libpython3.xcframework/ios-arm64/libpython3.10.a -headers dist/root/python3/include/python3.10 \
-library dist/frameworks/libpython3.xcframework/ios-arm64_x86_64-simulator/libpython3.a -headers dist/root/python3/include/python3.10
2 changes: 1 addition & 1 deletion Scripts/toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python3 -m venv venv
. venv/bin/activate

pip install -e .
pip install cython
pip install cython==0.29.33

python toolchain.py build python3

Expand Down

0 comments on commit 4aab337

Please sign in to comment.