mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
rebuild when VCPKGRS_DYNAMIC changes
This commit is contained in:
parent
6e8276d1d0
commit
f702bc0797
@ -132,6 +132,9 @@ mod build {
|
|||||||
if cfg!(target_os = "windows") {
|
if cfg!(target_os = "windows") {
|
||||||
println!("cargo:rerun-if-env-changed=PATH");
|
println!("cargo:rerun-if-env-changed=PATH");
|
||||||
}
|
}
|
||||||
|
if cfg!(all(feature = "vcpkg", target_env = "msvc")) {
|
||||||
|
println!("cargo:rerun-if-env-changed=VCPKGRS_DYNAMIC");
|
||||||
|
}
|
||||||
// Allow users to specify where to find SQLite.
|
// Allow users to specify where to find SQLite.
|
||||||
if let Ok(dir) = env::var(format!("{}_LIB_DIR", env_prefix())) {
|
if let Ok(dir) = env::var(format!("{}_LIB_DIR", env_prefix())) {
|
||||||
// Try to use pkg-config to determine link commands
|
// Try to use pkg-config to determine link commands
|
||||||
|
Loading…
Reference in New Issue
Block a user