Brewfile: add llvm for lld

This commit is contained in:
Emil J. Tywoniak 2024-07-29 15:13:24 +02:00
parent 7cd27e1182
commit af0c2fa659
1 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,5 @@ brew "python3"
brew "tcl-tk"
brew "xdot"
brew "bash"
brew 'boost-python3'
brew "boost-python3"
brew "llvm"