fix: use correct mlkem library name
This commit is contained in:
3
build.rs
3
build.rs
@@ -19,7 +19,8 @@ fn main() {
|
||||
|
||||
// Tell cargo to tell rustc to link our `hello` library. Cargo will
|
||||
// automatically know it must look for a `libhello.a` file.
|
||||
println!("cargo:rustc-link-lib=mlkem-native/test/build");
|
||||
println!("cargo:rustc-link-lib=mlkem768");
|
||||
println!("cargo:rustc-link-lib=mlkem1024");
|
||||
|
||||
let mlkem_native_path = PathBuf::from("mlkem-native")
|
||||
.canonicalize()
|
||||
|
||||
Reference in New Issue
Block a user