Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
Signed-off-by: bg-furiosa <[email protected]>
  • Loading branch information
bg-furiosa committed Apr 8, 2024
1 parent 7c382f2 commit 596d114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device-api/src/topology/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fn link_hwloc(install_path: &Path) {
.join("pkgconfig")
.to_string_lossy(),
);
env::set_var("PKG_CONFIG_PATH", &pkg_config_path);
env::set_var("PKG_CONFIG_PATH", pkg_config_path);

let pkg_config = pkg_config::Config::new();
let found = pkg_config.probe("hwloc").expect("couldn't find a hwloc");
Expand Down

0 comments on commit 596d114

Please sign in to comment.