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