type on x86_64 apple darwin target

This commit is contained in:
Andrea Spacca 2023-09-24 23:41:19 +09:00
parent 5c9e7fa7f5
commit ffb6dfd048
1 changed files with 1 additions and 1 deletions

View File

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