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
Apparently requesting 64-bit file support on Android
api versions prior to 24 results in missing `ftello()`
and `fseeko()` declarations and other problems.
The idea of this fix is to just limit such builds to
32-bit files.
Change contributed by Vy Nguyen, originally in
#17
0 commit comments