Skip to content

Commit

Permalink
cx-llvm: Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcenx authored Jul 7, 2024
1 parent d3a845d commit 2c8a44b
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 @@ -61,6 +61,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 2c8a44b

Please sign in to comment.