Skip to content

Commit

Permalink
Add arm llvm bin to path
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Aug 23, 2024
1 parent 60dc429 commit 9c7c2f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

# ring isn't even supposed to be compiled - it's not in cargo tree -
# but we can't build unless ring can find llvm/cland and it's terrible at finding it
# ring is the one project with a worse build system than openssl...
# Might replace reqwest with shelling out to wget for unit test fixtures instead.
[env]
PATH = { value = "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\Llvm\\ARM64\\bin;${PATH}", relative = false }

0 comments on commit 9c7c2f0

Please sign in to comment.