Skip to content

Commit

Permalink
update ubuntu build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtgs committed Aug 15, 2024
1 parent 94641a7 commit eaee20e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ async fn generate_dispatcher() -> io::Result<()> {

eprintln!(
"{:?}",
std::fs::read_dir(&*path).and_then(|x| x.collect::<Result<Vec<_>, _>>())
std::fs::read_dir(format!("./modules/linux-dispatcher/target/{target}"))
.and_then(|x| x.collect::<Result<Vec<_>, _>>())
);

tokio::fs::try_exists(&path)
Expand Down

0 comments on commit eaee20e

Please sign in to comment.