Skip to content

Commit

Permalink
Revert "Install shared objects forcibly (#53)"
Browse files Browse the repository at this point in the history
This reverts commit dcdf506.
  • Loading branch information
raviqqe committed Dec 7, 2024
1 parent dcdf506 commit 8840418
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 @@ -43,6 +43,7 @@ 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 8840418

Please sign in to comment.