mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
type on x86_64 apple darwin target
This commit is contained in:
parent
5c9e7fa7f5
commit
ffb6dfd048
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ 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("aarch64-apple-darwin", "libreqwest.dylib")
|
targets += target("aarch64-apple-darwin", "libreqwest.dylib")
|
||||||
targets += target("x86_64h-apple-darwin", "libreqwest.dylib")
|
targets += target("x86_64-apple-darwin", "libreqwest.dylib")
|
||||||
targets += target("x86_64-pc-windows-gnu", "libreqwest.dll")
|
targets += target("x86_64-pc-windows-gnu", "libreqwest.dll")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue