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

ndk stdc++fs library error #887

Merged
merged 2 commits into from
Aug 3, 2023
Merged

ndk stdc++fs library error #887

merged 2 commits into from
Aug 3, 2023

Commits on Mar 12, 2023

  1. Update CMakeLists.txt

    I only get this error when compiling with ndk. Linux has no problem, it compiles on Linux with or without the -lstdc++fs flag, but ndk cannot find such a library, but you can use the filesystem library without this flag (-lstdc+++fs).
    
    
    This change is necessary to improve compatibility and usability of the cpr library. Thank you for your attention to this issue.
    turkic-dev authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    3149adf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from turkic-dev/turkic-dev-patch-1

    Update CMakeLists.txt
    turkic-dev authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    1946152 View commit details
    Browse the repository at this point in the history