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

Depend on libsqlite3-sys for bundled builds #190

Merged
merged 5 commits into from
Apr 24, 2024

Commits on Feb 12, 2024

  1. Depend on libsqlite3-sys for bundled builds

    This commit adds an optional dependency to libsqlite3-sys to provide a
    bundled version of libsqlite3 as well instead of relying on a system
    provided version. Also use the `link_cplusplus` crate to handling
    linking libc++ for us.
    weiznich committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9a6b47d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Do not enforce building libsqlite3 from source

    Instead we now just check if it was build from source (by checking the
    relevant environment variables) and if that was the case we link that
    version statically.
    weiznich committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    44a5038 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    afe9aed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37e73c9 View commit details
    Browse the repository at this point in the history
  3. Fix typos

    Co-authored-by: Michael Kirk <michael.code@endoftheworl.de>
    weiznich and michaelkirk committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7ef1021 View commit details
    Browse the repository at this point in the history