Downloading from nasm.us frequently fails. Avoid depending on it. Change the expected location of nasm in build.rs.
7 lines
207 B
PowerShell
7 lines
207 B
PowerShell
# TODO: Lock this down to a specific commit instead of always using the latest.
|
|
git clone `
|
|
--branch windows `
|
|
--depth 1 `
|
|
https://github.com/briansmith/ring-toolchain `
|
|
target/tools/windows
|