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 ca1de6e commit f94e7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ async fn generate_dispatcher() -> io::Result<()> {

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

Expand Down

0 comments on commit f94e7eb

Please sign in to comment.