remove build.rs - wrong approach
- SHA
feafb7f09d390a9df232d415dcc53b1b36ea8f6d- Parents
-
e18d9ce - Tree
ce26dfa
feafb7f
feafb7f09d390a9df232d415dcc53b1b36ea8f6de18d9ce
ce26dfa| Status | File | + | - |
|---|---|---|---|
| D |
build.rs
|
0 | 7 |
build.rsdeleted@@ -1,7 +0,0 @@ | ||
| 1 | -fn main() { | |
| 2 | - // Force linking to system libgit2 and libssh2 | |
| 3 | - // This ensures the linker includes these libraries even when | |
| 4 | - // libgit2-sys's build.rs has issues detecting them via pkg-config | |
| 5 | - println!("cargo:rustc-link-lib=git2"); | |
| 6 | - println!("cargo:rustc-link-lib=ssh2"); | |
| 7 | -} | |