mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-08 03:42:24 +08:00
Make libsqlite3-sys's build script slightly more intelligent.
* If SQLITE3_LIB_DIR is present in the environment, we use that. * If SQLITE3_LIB_DIR is not present, we try to use pkg-config. * If SQLITE3_LIB_DIR is not present and pkg-config fails, we fall back to /usr/lib (if it exists).
This commit is contained in:
@@ -9,3 +9,4 @@ rusqlite contributors (sorted alphabetically)
|
||||
* [Patrick Fernie](https://github.com/pfernie)
|
||||
* [Steve Klabnik](https://github.com/steveklabnik)
|
||||
* [krdln](https://github.com/krdln)
|
||||
* [Andrew Straw](https://github.com/astraw)
|
||||
|
||||
Reference in New Issue
Block a user