mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-06-13 10:54:21 -04:00
fix(crypto-ffi): make crypto-ffi generate a static library for iOS clients
This commit is contained in:
@@ -10,8 +10,8 @@ license = "Apache-2.0"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "lib"]
|
||||
name = "matrix_crypto"
|
||||
crate-type = ["cdylib", "staticlib"]
|
||||
name = "matrix_crypto_ffi"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.57"
|
||||
|
||||
Reference in New Issue
Block a user