mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-16 12:42:18 +08:00
Update links & copyright statement
This commit is contained in:
committed by
Thom Chiovoloni
parent
45fd77ee43
commit
9322b0e881
@@ -247,7 +247,7 @@ mod build_linked {
|
||||
// No env var set and pkg-config couldn't help; just output the link-lib
|
||||
// request and hope that the library exists on the system paths. We used to
|
||||
// output /usr/lib explicitly, but that can introduce other linking problems;
|
||||
// see https://github.com/jgallagher/rusqlite/issues/207.
|
||||
// see https://github.com/rusqlite/rusqlite/issues/207.
|
||||
println!("cargo:rustc-link-lib={}={}", find_link_mode(), link_lib);
|
||||
HeaderLocation::Wrapper
|
||||
}
|
||||
|
Reference in New Issue
Block a user