mirror of
https://github.com/isar/rusqlite.git
synced 2025-01-20 01:00:52 +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.