Skip to content

Commit

Permalink
build: Fix finding LLVM on macOS on ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
thrimbor authored and Ryzee119 committed May 5, 2024
1 parent 86de328 commit 20b266f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/activate
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
readlink_cmd="readlink"

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

Expand Down

0 comments on commit 20b266f

Please sign in to comment.