Skip to content

Commit ba39185

Browse files
Charles Wrightpoljar
Charles Wright
authored andcommitted
Fix build errors
1 parent 73daec3 commit ba39185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/apple/build_crypto_xcframework.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ lipo -create \
3535
-output "${GENERATED_DIR}/libmatrix_crypto_ffi.a"
3636

3737
# 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}
38+
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}
3939

4040
# Move headers to the right place
4141
HEADERS_DIR=${GENERATED_DIR}/headers

0 commit comments

Comments
 (0)