We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73daec3 commit ba39185Copy full SHA for ba39185
bindings/apple/build_crypto_xcframework.sh
@@ -35,7 +35,7 @@ lipo -create \
35
-output "${GENERATED_DIR}/libmatrix_crypto_ffi.a"
36
37
# Generate uniffi files
38
-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}
39
40
# Move headers to the right place
41
HEADERS_DIR=${GENERATED_DIR}/headers
0 commit comments