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

Expose the include directory of the bundled sqlite version #1441

Merged
merged 1 commit into from Jan 25, 2024

Commits on Jan 25, 2024

  1. Expose the include directory of the bundled sqlite version

    This commit exposes the include directory of the bundled sqlite version
    via by instructing cargo to set the `DEP_SQLITE3_INCLUDE` enviroment
    variable as documented in the cargo book:
    https://doc.rust-lang.org/cargo/reference/build-script-examples.html#using-another-sys-crate
    
    This enables other sys crates to rely on the bundled sqlite version and
    use it as base for their compilation if they have a (sub-)dependency on
    libsqlite3.
    weiznich committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e60d993 View commit details
    Browse the repository at this point in the history