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

chore(build): make addon buildable as static library #119

Merged
merged 1 commit into from
Apr 6, 2021

Commits on Oct 26, 2020

  1. chore(build): make addon buildable as static library

    - Require libcom_err when building a static library
      because the code accesses `error_message()` which
      comes from it
    - Use `-l` prefix for included libs for Windows
    
    The goal here is to bundle this library as part of the `mongosh`
    binary itself.
    addaleax committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    0040c1b View commit details
    Browse the repository at this point in the history