Skip to content

Commit 7b28e1a

Browse files
committed
Qualify link path with native=
1 parent 3ae16ec commit 7b28e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curl-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ fn main() {
5252
.status();
5353
}
5454

55-
println!("cargo:rustc-link-search={}/lib", dst.display());
55+
println!("cargo:rustc-link-search=native={}/lib", dst.display());
5656
println!("cargo:rustc-link-lib=static=curl");
5757
println!("cargo:root={}", dst.display());
5858
println!("cargo:include={}/include", dst.display());

0 commit comments

Comments
 (0)