tenseleyflow/fussr / feafb7f

Browse files

remove build.rs - wrong approach

Authored by espadonne
SHA
feafb7f09d390a9df232d415dcc53b1b36ea8f6d
Parents
e18d9ce
Tree
ce26dfa

1 changed file

StatusFile+-
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
-}