Skip to content

Commit

Permalink
Explicitly load hidapi as a dependency of the SDL library
Browse files Browse the repository at this point in the history
This fixes loading on Android 4.2
  • Loading branch information
slouken committed Apr 17, 2019
1 parent f07c992 commit cf87d57
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -136,6 +136,7 @@ protected String getMainFunction() {
*/
protected String[] getLibraries() {
return new String[] {
"hidapi",
"SDL2",
// "SDL2_image",
// "SDL2_mixer",
Expand Down

0 comments on commit cf87d57

Please sign in to comment.