Skip to content

Commit d15aa6a

Browse files
committed
build: Fix finding LLVM on macOS on ARM64
1 parent 6ef8288 commit d15aa6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/activate

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
readlink_cmd="readlink"
99

1010
if [ $(uname -s) = 'Darwin' ]; then
11-
export PATH=/usr/local/opt/llvm/bin/:$PATH
11+
export PATH=/opt/homebrew/opt/llvm/bin/:/usr/local/opt/llvm/bin/:$PATH
1212
readlink_cmd="greadlink"
1313
fi
1414

0 commit comments

Comments
 (0)