Skip to content

Commit

Permalink
Install shared objects forcibly (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Dec 7, 2024
1 parent 18a3006 commit dcdf506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ fn run() -> Result<(), Box<dyn Error>> {
.flatten()
{
if name.starts_with("libMLIR")
&& name.ends_with(".a")
&& !name.contains("Main")
&& name != "libMLIRSupportIndentedOstream.a"
{
Expand Down

0 comments on commit dcdf506

Please sign in to comment.