From ba39185679aaa6a0dc84dfda4ce6893bde196806 Mon Sep 17 00:00:00 2001 From: Charles Wright Date: Wed, 6 Jul 2022 10:14:37 -0500 Subject: [PATCH] Fix build errors --- bindings/apple/build_crypto_xcframework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/apple/build_crypto_xcframework.sh b/bindings/apple/build_crypto_xcframework.sh index c220e8bbb..843b2ec7d 100755 --- a/bindings/apple/build_crypto_xcframework.sh +++ b/bindings/apple/build_crypto_xcframework.sh @@ -35,7 +35,7 @@ lipo -create \ -output "${GENERATED_DIR}/libmatrix_crypto_ffi.a" # Generate uniffi files -uniffi-bindgen generate "${SRC_ROOT}/crates/${TARGET_CRATE}/src/olm.udl" --language swift --config-path "${SRC_ROOT}/crates/${TARGET_CRATE}/uniffi.toml" --out-dir ${GENERATED_DIR} +uniffi-bindgen generate "${SRC_ROOT}/bindings/${TARGET_CRATE}/src/olm.udl" --language swift --config "${SRC_ROOT}/bindings/${TARGET_CRATE}/uniffi.toml" --out-dir ${GENERATED_DIR} # Move headers to the right place HEADERS_DIR=${GENERATED_DIR}/headers