rusqlite/libsqlite3-sys
John Gallagher 7fbe1172e2 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).
2015-12-01 11:36:31 -05:00
..
src Use sqlite3_destructor_type from bindgen'd header 2015-07-26 13:43:43 -04:00
.gitignore Build raw sqlite interface as libsqlite3-sys 2015-02-23 20:37:55 -05:00
build.rs Make libsqlite3-sys's build script slightly more intelligent. 2015-12-01 11:36:31 -05:00
Cargo.toml Update Cargo.tomls to libc ~0.2 2015-12-01 06:18:44 +00:00