From af0c2fa659b89764d824b230722b266f92a5a450 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Mon, 29 Jul 2024 15:13:24 +0200 Subject: [PATCH] Brewfile: add llvm for lld --- Brewfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Brewfile b/Brewfile index b50c70a4b..18e4e2917 100644 --- a/Brewfile +++ b/Brewfile @@ -9,4 +9,5 @@ brew "python3" brew "tcl-tk" brew "xdot" brew "bash" -brew 'boost-python3' +brew "boost-python3" +brew "llvm"