Skip to content

Commit

Permalink
load ssl and crypto libs before loading python, for (4.1.2 or ear…
Browse files Browse the repository at this point in the history
…lier devices)

closes kivy#866
  • Loading branch information
akshayaurora authored and inclement committed Aug 31, 2017
1 parent c94f553 commit 1a42ce1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ protected static String[] getLibraries() {
"SDL2_image",
"SDL2_mixer",
"SDL2_ttf",
"crypto1.0.2h",
"ssl1.0.2h",
"python2.7",
"python3.5m",
"python3.6m",
Expand Down

0 comments on commit 1a42ce1

Please sign in to comment.