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 suggestion to the "missing native library" error #103000

Merged
merged 1 commit into from
Oct 14, 2022

Commits on Oct 13, 2022

  1. Add suggestion to the "missing native library" error

    If we fail to locate a native library that we are linking with, it could
    be the case the user entered a complete file name like `foo.lib` or
    `libfoo.a` when we expect them to simply provide `foo`.
    
    In this situation, we now detect that case and suggest the user only
    provide the library name itself.
    wesleywiser committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    097b6d3 View commit details
    Browse the repository at this point in the history