mirror of
https://github.com/rustdesk/magnum-opus.git
synced 2025-07-01 23:35:32 +00:00
always static
This commit is contained in:
parent
050deaaa5c
commit
86b58e5c60
2
build.rs
2
build.rs
@ -29,7 +29,7 @@ fn find_package(name: &str) -> Vec<PathBuf> {
|
|||||||
path.push(target);
|
path.push(target);
|
||||||
println!(
|
println!(
|
||||||
"{}",
|
"{}",
|
||||||
format!("cargo:rustc-link-lib={}", name.trim_start_matches("lib"))
|
format!("cargo:rustc-link-lib=static={}", name.trim_start_matches("lib"))
|
||||||
);
|
);
|
||||||
println!(
|
println!(
|
||||||
"{}",
|
"{}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user