From 04ae415f29d706f54fca2289f2ca5fd6a1e8bb3f Mon Sep 17 00:00:00 2001 From: Dean M Greer <38226388+Gcenx@users.noreply.github.com> Date: Wed, 17 Jul 2024 02:20:45 -0400 Subject: [PATCH] Update cx-llvm.rb Closes #149. Signed-off-by: Dean M Greer <38226388+Gcenx@users.noreply.github.com> --- Formula/cx-llvm.rb | 4 ++++ 1 file changed, 4 insertions(+) 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