mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Add vendored openssl-sys for Windows builds
This commit is contained in:
@@ -14,6 +14,7 @@ keywords = ["lockdownd", "ios"]
|
||||
tokio = { version = "1.43", features = ["io-util", "macros", "time"] }
|
||||
tokio-openssl = { version = "0.6" }
|
||||
openssl = { version = "0.10" }
|
||||
openssl-sys = { version = "0.9", optional = true }
|
||||
|
||||
plist = { version = "1.7" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
@@ -53,3 +54,6 @@ full = [
|
||||
"usbmuxd",
|
||||
"xpc",
|
||||
]
|
||||
|
||||
[target.'cfg(target_os = "windows")'.features]
|
||||
default = ["dep:openssl-sys", "openssl-sys/vendored"]
|
||||
|
||||
Reference in New Issue
Block a user