Cristopher Huaroc

Results 2 comments of Cristopher Huaroc

> Got it working with these - > > ```shell > brew install llvm@11 > export CC=/usr/local/opt/llvm@11/bin/clang > export CCX=/usr/local/opt/llvm@11/bin/clang > ``` i tried this, but without success :/

this work's for me: I run export PATH="/opt/homebrew/opt/llvm@11/bin:$PATH"