Skip to content

Commit 79c94a9

Browse files
committed
fix(ios): bin copy path
1 parent 005ec27 commit 79c94a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ios/build_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ export RUSTFLAGS="-C link-arg=-mios-version-min=15.0"
1616
cargo build --target aarch64-apple-ios --release --lib
1717

1818
cp ../target/aarch64-apple-ios/release/libfrostdart.a \
19-
"$LIB_ROOT/ios/libfrostdart.a"
19+
"$LIB_ROOT/../ios/libfrostdart.a"

0 commit comments

Comments
 (0)