mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 22:46:14 +01:00
Don't build a dylib for FFI
You can't link libplist dynamically if the lib itself is a dylib
This commit is contained in:
@@ -19,4 +19,4 @@ plist_plus = { version = "0.2.6", features = ["dynamic"] }
|
||||
cbindgen = "0.28.0"
|
||||
|
||||
[lib]
|
||||
crate-type = ["staticlib", "cdylib"]
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
Reference in New Issue
Block a user