mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
17759a912e
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. |
||
---|---|---|
.. | ||
bindgen-bindings | ||
sqlite3 | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.toml | ||
upgrade.sh | ||
wrapper.h |