diff --git a/build.rs b/build.rs index 91f4d1d..445dab1 100644 --- a/build.rs +++ b/build.rs @@ -43,7 +43,6 @@ fn run() -> Result<(), Box> { .flatten() { if name.starts_with("libMLIR") - && name.ends_with(".a") && !name.contains("Main") && name != "libMLIRSupportIndentedOstream.a" {