We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef8288 commit d15aa6aCopy full SHA for d15aa6a
bin/activate
@@ -8,7 +8,7 @@
8
readlink_cmd="readlink"
9
10
if [ $(uname -s) = 'Darwin' ]; then
11
- export PATH=/usr/local/opt/llvm/bin/:$PATH
+ export PATH=/opt/homebrew/opt/llvm/bin/:/usr/local/opt/llvm/bin/:$PATH
12
readlink_cmd="greadlink"
13
fi
14
0 commit comments