Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo authored Nov 14, 2024
1 parent 64b07ea commit 3e8e966
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python3-android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ patches="unversioned-libpython lfs"
if [ $version_int -ge 312 ]; then
patches+=" bldlibrary grp"
fi

if [ $version_int -eq 313 ]; then
patches="lfs"
fi

for name in $patches; do
patch -p1 -i ./Android/patches/$name.patch
done
Expand Down

0 comments on commit 3e8e966

Please sign in to comment.