Skip to content

Commit

Permalink
Remove DYLINT_DRIVER_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Feb 23, 2022
1 parent 68a1562 commit d0d209f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ fn exec_cargo_dylint(crate_metadata: &CrateMetadata, verbosity: Verbosity) -> Re
let tmp_dir_path = tmp_dir.path().as_os_str().to_string_lossy();
let env = vec![
("DYLINT_LIBRARY_PATH", Some(tmp_dir_path.as_ref())),
("DYLINT_DRIVER_PATH", Some(tmp_dir_path.as_ref())),
// We need to remove the `CARGO_TARGET_DIR` environment variable in
// case `cargo dylint` is invoked.
//
Expand Down

0 comments on commit d0d209f

Please sign in to comment.