Skip to content

Commit

Permalink
Docs: Add clang path for Windows ARM64 hosts [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq authored and briansmith committed Nov 24, 2023
1 parent 3145a79 commit ae02e96
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ If you (locally) have “Build Tools for Visual Studio 2022” instead, use:
$env:Path += ";C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\Llvm\x64\bin"
```

Alternatively, if the host machine is already a Windows ARM64 then use:

```
$env:Path += ";C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\ARM64\bin"
```

# Windows ARM64

Packaged Builds
---------------

Expand Down

0 comments on commit ae02e96

Please sign in to comment.