1 parent ba0bb57 commit a7b17fdCopy full SHA for a7b17fd
1 file changed
build.rs
@@ -78,6 +78,7 @@ fn build_bundled_and_link(opts: &BuildOptions) {
78
79
let dst = build_bundled(opts.dred_enabled, opts.avx_allowed);
80
println!("cargo:rustc-link-search=native={}/lib", dst.display());
81
+ println!("cargo:rustc-link-search=native={}/lib64", dst.display());
82
println!("cargo:rustc-link-lib=static=opus");
83
}
84
0 commit comments