Windows binaries are now built with the MSVC instead of the GNU toolchain.

Update `solana-install-init` target info to match
This commit is contained in:
Michael Vines
2020-07-24 22:01:14 -07:00
parent 6808a04abe
commit 01ff6846f7
2 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ linux)
TARGET=x86_64-unknown-linux-gnu
;;
windows)
TARGET=x86_64-pc-windows-gnu
TARGET=x86_64-pc-windows-msvc
# Enable symlinks used by some build.rs files
# source: https://stackoverflow.com/a/52097145/10242004
(