diff --git a/Formula/cx-llvm.rb b/Formula/cx-llvm.rb index 33866df..6f4c62e 100644 --- a/Formula/cx-llvm.rb +++ b/Formula/cx-llvm.rb @@ -62,6 +62,10 @@ def install end end + def post_install + rm_f lib/"libLTO.dylib" + end + test do system "#{bin}/clang", "--version" end