mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-27 05:43:29 +08:00
Explicitly load hidapi as a dependency of the SDL library
This fixes loading on Android 4.2
This commit is contained in:
parent
f07c992bb8
commit
cf87d5764d
@ -136,6 +136,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
|
||||
*/
|
||||
protected String[] getLibraries() {
|
||||
return new String[] {
|
||||
"hidapi",
|
||||
"SDL2",
|
||||
// "SDL2_image",
|
||||
// "SDL2_mixer",
|
||||
|
Loading…
Reference in New Issue
Block a user