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

Add mbtiles_file_source.cpp in linux.cmake #8

Merged
merged 1 commit into from
Jan 26, 2021

Commits on Jan 25, 2021

  1. Add the mbtiles file source to linux builds

    The following error appears when using maplibre-gl-native from Java with [JNI bindings](https://github.com/baremaps/maplibre-java) on linux:
    
    java: symbol lookup error: /tmp/libmaplibre-native-13994025245107934612.so: undefined symbol: _ZN4mbgl18MaptilerFileSourceC1Ev
    
    Adding `mbtiles_file_source.cpp` in the `linux.cmake` file solves the issue.
    bchapuis authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    0f5db12 View commit details
    Browse the repository at this point in the history