fix(crypto-ffi): make crypto-ffi generate a static library for iOS clients

This commit is contained in:
Brandon Lau
2022-05-26 12:01:45 -07:00
committed by Damir Jelić
parent 15ebc95cd0
commit 28cd0c19e9

View File

@@ -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"