rusqlite/libsqlite3-sys
gwenn 17759a912e Ignore PATH change
Cargo itself changes the PATH.
So `libsqlite3-sys` is always rebuilt on Windows platform.
To avoid this, we ignore PATH change.
If the PATH has been modified in such a way that a different SQLite library is found,
you will have to also modify SQLITE3_LIB_DIR to make cargo rebuild `libsqlite3-sys`

Fix #435.
2020-02-08 10:25:52 +01:00
..
bindgen-bindings Restore old bindgen for Diesel 2019-01-06 09:50:35 +01:00
sqlite3 Upgrade bundled SQLite version to 3.31.0. 2020-01-26 12:44:03 -07:00
src Add missing error codes 2020-01-26 18:24:09 +01:00
.gitignore Build raw sqlite interface as libsqlite3-sys 2015-02-23 20:37:55 -05:00
build.rs Ignore PATH change 2020-02-08 10:25:52 +01:00
Cargo.toml Upgrade bundled SQLite version to 3.31.0. 2020-01-26 12:44:03 -07:00
upgrade.sh Upgrade bundled SQLite version to 3.31.0. 2020-01-26 12:44:03 -07:00
wrapper.h Update libsqlite3-sys to run bindgen at build time 2017-02-08 20:40:30 -05:00