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

View file

@ -8,5 +8,5 @@ rust {
targets += target("aarch64-unknown-linux-gnu", "libreqwest.so") targets += target("aarch64-unknown-linux-gnu", "libreqwest.so")
targets += target("x86_64-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")
} }