mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
Update windows cross target
This commit is contained in:
parent
e41411d9ec
commit
fdca2569ec
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue