Skip to content

Commit 3e8e966

Browse files
authored
Update build.sh
1 parent 64b07ea commit 3e8e966

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python3-android/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ patches="unversioned-libpython lfs"
3131
if [ $version_int -ge 312 ]; then
3232
patches+=" bldlibrary grp"
3333
fi
34+
35+
if [ $version_int -eq 313 ]; then
36+
patches="lfs"
37+
fi
38+
3439
for name in $patches; do
3540
patch -p1 -i ./Android/patches/$name.patch
3641
done

0 commit comments

Comments
 (0)