Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
youyuanwu committed Dec 8, 2024
1 parent 89b7032 commit 7174ac0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/libs/msquic-sys2/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ fn main() {
let pkg_dir = String::from("build/_deps/msquic_release-src");
let package_root = std::env::var("CARGO_MANIFEST_DIR").unwrap();
let project_root = package_root + "/../../../";
let abs_search_dir;
// add link dir for fabric support libs. This is propagated to downstream targets
abs_search_dir = project_root + &pkg_dir + "/lib";
let abs_search_dir = project_root + &pkg_dir + "/lib";
println!(
"cargo:rustc-link-search=native={}",
std::path::Path::new(&abs_search_dir).display()
Expand Down

0 comments on commit 7174ac0

Please sign in to comment.