You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Goals before merge:**
- Investigate and look into making any code changes where we can retain
0.13.0 compatibility
- #17
**Fixes**
- #3
- SDL2's android/hidapi.cpp is able to be compiled by avoiding linking
C++ with Zig (currently explodes)
constis_shared_library=target.result.abi==.android; // NOTE(jae): 2024-09-22: Android uses shared library as SDL2 loads it as part of SDLActivity.java
12
+
constis_shared_library=target.result.abi.isAndroid(); // NOTE(jae): 2024-09-22: Android uses shared library as SDL2 loads it as part of SDLActivity.java
0 commit comments