Travis CI builds windows-gnu instead of windows-msvc

This commit is contained in:
Michael Vines 2020-03-17 22:37:57 -07:00
parent 3a501ad69e
commit cb29b8dd2a
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ linux)
TARGET=x86_64-unknown-linux-gnu
;;
windows)
TARGET=x86_64-pc-windows-msvc
TARGET=x86_64-pc-windows-gnu
;;
*)
echo CI_OS_NAME unset