Update windows cross target

This commit is contained in:
Cherryleafroad 2023-08-03 17:02:48 -07:00
parent e41411d9ec
commit fdca2569ec
No known key found for this signature in database
GPG Key ID: 8B5DD74E59C6C5AB
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ rust {
targets += target("aarch64-unknown-linux-gnu", "libreqwest.so")
targets += target("x86_64-unknown-linux-gnu", "libreqwest.so")
targets += target("x86_64-pc-windows-msvc", "libreqwest.dll")
targets += target("x86_64-pc-windows-gnu", "libreqwest.dll")
}