From 2c8a44b923ee29a7fe433ce57006047a824821bf Mon Sep 17 00:00:00 2001 From: Dean M Greer <38226388+Gcenx@users.noreply.github.com> Date: Sun, 7 Jul 2024 02:48:54 -0400 Subject: [PATCH] cx-llvm: Fixup --- Formula/cx-llvm.rb | 4 ++++ 1 file changed, 4 insertions(+) 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