Skip to content

Commit 1a42ce1

Browse files
akshayaurorainclement
authored andcommitted
load ssl and crypto libs before loading python, for (4.1.2 or earlier devices)
closes #866
1 parent c94f553 commit 1a42ce1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pythonforandroid/bootstraps/sdl2/build/src/org/kivy/android/PythonUtil.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ protected static String[] getLibraries() {
1414
"SDL2_image",
1515
"SDL2_mixer",
1616
"SDL2_ttf",
17+
"crypto1.0.2h",
18+
"ssl1.0.2h",
1719
"python2.7",
1820
"python3.5m",
1921
"python3.6m",

0 commit comments

Comments
 (0)