diff options
-rw-r--r-- | build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |