Skip to content

Commit 4c75c1d

Browse files
authored
Update build.sh
1 parent 1cbcc3a commit 4c75c1d

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

0 commit comments

Comments
 (0)