Skip to content

Commit a5e4d2a

Browse files
committed
Use aws-lc-rs
1 parent f576d34 commit a5e4d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/apple_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ build_ios_libs() {
5555

5656
cargo build -p $package $release_flag --no-default-features --features "default-aws-lc" --target aarch64-apple-ios
5757
cargo build -p $package $release_flag --no-default-features --features "default-aws-lc" --target x86_64-apple-ios
58-
cargo build -p $package $release_flag --no-default-features --features "default-ring" --target aarch64-apple-ios-sim
58+
cargo build -p $package $release_flag --no-default-features --features "default-aws-lc" --target aarch64-apple-ios-sim
5959

6060
mkdir -p "$BASE_DIR/ios"
6161
mkdir -p "$BASE_DIR/ios-sim"

0 commit comments

Comments
 (0)