Skip to content

Commit

Permalink
Fix typo breaking build on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
mutexlox-signal authored and padenot committed Oct 18, 2024
1 parent 716a8b4 commit 583c11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubeb-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fn main() {
{
println!("cargo:rustc-link-lib=static=cubeb_pulse");
let mut search_path = std::env::current_dir().unwrap();
search_path.push("libcubeb/src/cubeb-pulse/target");
search_path.push("libcubeb/src/cubeb-pulse-rs/target");
if debug {
search_path.push("debug");
} else {
Expand Down

0 comments on commit 583c11c

Please sign in to comment.