diff --git a/build.rs b/build.rs index adbef09..d97d3ee 100644 --- a/build.rs +++ b/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()