Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CMake] disable fseeko on 32-bit Android before API 24
It can be linked in the NDK so check_function_exists detects it. But it's only supporting _FILE_OFFSET_BITS=64 since Android API 24 [1]. With NDK 26 it's no longer possible to build assuming the API is always available. [1] https://android.googlesource.com/platform/bionic/+/main/docs/32-bit-abi.md
- Loading branch information