forked from GitHub/bdwgc-rust
been writing rust for like ten minutes and i'm already dealing with this shit
This commit is contained in:
6
build.rs
6
build.rs
@@ -17,7 +17,7 @@ fn main() {
|
||||
|
||||
println!(
|
||||
"cargo:rustc-link-search=native={}",
|
||||
dst.join("lib").display()
|
||||
dst.join("lib64").display()
|
||||
);
|
||||
println!("cargo:rustc-link-lib=static=atomic_ops");
|
||||
|
||||
@@ -31,7 +31,7 @@ fn main() {
|
||||
|
||||
println!(
|
||||
"cargo:rustc-link-search=native={}",
|
||||
dst.join("lib").display()
|
||||
dst.join("lib64").display()
|
||||
);
|
||||
println!("cargo:rustc-link-lib=static=gc");
|
||||
|
||||
@@ -65,7 +65,7 @@ fn main() {
|
||||
|
||||
println!(
|
||||
"cargo:rustc-link-search=native={}",
|
||||
dst.join("lib").display()
|
||||
dst.join("lib64").display()
|
||||
);
|
||||
println!("cargo:rustc-link-lib=static=gc");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user