mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-23 16:02:10 +00:00
feat(backend): correctly link to shared fmt and spdlog instead of static
This commit is contained in:
parent
bd8f0f15e1
commit
2cdfed94d9
@ -102,8 +102,8 @@ fn main() {
|
||||
println!("cargo:rustc-link-lib=static=fmtd");
|
||||
println!("cargo:rustc-link-lib=static=spdlogd");
|
||||
} else {
|
||||
println!("cargo:rustc-link-lib=static=fmt");
|
||||
println!("cargo:rustc-link-lib=static=spdlog");
|
||||
println!("cargo:rustc-link-lib=fmt");
|
||||
println!("cargo:rustc-link-lib=spdlog");
|
||||
}
|
||||
|
||||
println!("cargo:rustc-link-lib=static=common");
|
||||
|
Loading…
Reference in New Issue
Block a user