Skip to content

Commit a7b17fd

Browse files
authored
Add lib64 to link search path for Fedora/RHEL (#4)
1 parent ba0bb57 commit a7b17fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ fn build_bundled_and_link(opts: &BuildOptions) {
7878

7979
let dst = build_bundled(opts.dred_enabled, opts.avx_allowed);
8080
println!("cargo:rustc-link-search=native={}/lib", dst.display());
81+
println!("cargo:rustc-link-search=native={}/lib64", dst.display());
8182
println!("cargo:rustc-link-lib=static=opus");
8283
}
8384

0 commit comments

Comments
 (0)