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

Fix compilation if using SQLITE_HAS_CODEC #292

Merged
merged 1 commit into from
Aug 11, 2020

Conversation

sum01
Copy link
Contributor

@sum01 sum01 commented Aug 11, 2020

It was failing to compile since it wasn't linking against the sqlcipher
library if using the system libraries. This fix simply links the library
& includes the header path.

PkgConf is optional in this process, and it will fall back to regular
search for header & lib if it's not installed.

It was failing to compile since it wasn't linking against the sqlcipher
library if using the system libraries. This fix simply links the library
& includes the header path.

PkgConf is optional in this process, and it will fall back to regular
search for header & lib if it's not installed.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 15b307a on sum01:fix_sqlcipher_compile into 80b5817 on SRombauts:master.

@SRombauts SRombauts self-assigned this Aug 11, 2020
@SRombauts SRombauts added the bug label Aug 11, 2020
@SRombauts SRombauts merged commit b93de0a into SRombauts:master Aug 11, 2020
@SRombauts
Copy link
Owner

Good job, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants