From 81b1b867ec410519662b5da9e81f347fbca6f9c7 Mon Sep 17 00:00:00 2001 From: syn Date: Thu, 7 Jan 2021 23:55:03 +0300 Subject: Fix link path --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index ce25041..89c0f6d 100644 --- a/build.rs +++ b/build.rs @@ -16,7 +16,7 @@ fn build_tdlib() { } let dst = config.build(); - println!("cargo:rustc-link-search={}", dst.display()); // tdlib_path.to_string_lossy()); + println!("cargo:rustc-link-search={}/lib", dst.display()); } fn guess_openssl_location() -> PathBuf { -- cgit v1.2.1-18-gbd029