Skip to content

Commit c6e4713

Browse files
committed
fix: update a few more lines to use libhedera_crypto over libhedera
Signed-off-by: Ryan Leckey <[email protected]>
1 parent 476ba48 commit c6e4713

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sdk/rust/Taskfile.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ tasks:
143143
- mkdir -p ../c/lib/ios-arm64-sim/
144144
- mkdir -p ../c/lib/{linux,windows}-x86_64/
145145

146-
- cp target/x86_64-apple-darwin/release/libhedera.a ../c/lib/macos-x86_64/
147-
- cp target/x86_64-apple-ios/release/libhedera.a ../c/lib/ios-x86_64/
148-
- cp target/aarch64-apple-darwin/release/libhedera.a ../c/lib/macos-arm64/
149-
- cp target/aarch64-apple-ios/release/libhedera.a ../c/lib/ios-arm64/
150-
- cp target/aarch64-apple-ios-sim/release/libhedera.a ../c/lib/ios-arm64-sim/
146+
- cp target/x86_64-apple-darwin/release/libhedera_crypto.a ../c/lib/macos-x86_64/
147+
- cp target/x86_64-apple-ios/release/libhedera_crypto.a ../c/lib/ios-x86_64/
148+
- cp target/aarch64-apple-darwin/release/libhedera_crypto.a ../c/lib/macos-arm64/
149+
- cp target/aarch64-apple-ios/release/libhedera_crypto.a ../c/lib/ios-arm64/
150+
- cp target/aarch64-apple-ios-sim/release/libhedera_crypto.a ../c/lib/ios-arm64-sim/
151151

152152
#
153153
# Package for Swift

0 commit comments

Comments
 (0)