Skip to content

Commit

Permalink
Reverse link order
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 7, 2024
1 parent b2809a9 commit 56fc6cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ fn run() -> Result<(), Box<dyn Error>> {
.collect::<Result<Vec<_>, io::Error>>()?
.into_iter()
.flatten()
.rev()
{
if name.starts_with("libMLIR") && name.ends_with(".a") && !name.contains("Main") {
if let Some(name) = trim_library_name(&name) {
Expand Down

0 comments on commit 56fc6cd

Please sign in to comment.