Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening files on Android fails as NDK does not support fstream #76

Open
fallahn opened this issue Sep 5, 2020 · 0 comments
Open

Opening files on Android fails as NDK does not support fstream #76

fallahn opened this issue Sep 5, 2020 · 0 comments

Comments

@fallahn
Copy link
Owner

fallahn commented Sep 5, 2020

Migrated from #75
Map files will fail to open on android as the NDK doesn't support opening files with fstream. Potential fixes are to either rewrite the file IO using fopen(), create a custom stream for android builds, or provide an interface so users may supply their own file streams.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant