Skip to content

Commit

Permalink
Update cx-llvm.rb
Browse files Browse the repository at this point in the history
Closes #149.

Signed-off-by: Dean M Greer <[email protected]>
  • Loading branch information
Gcenx committed Jul 17, 2024
1 parent 5ac5b13 commit 04ae415
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/cx-llvm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ def install
end
end

def post_install
rm_f lib/"libLTO.dylib"
end

test do
system "#{bin}/clang", "--version"
end
Expand Down

0 comments on commit 04ae415

Please sign in to comment.