[#34] Additional change to fix SwiftPackageManager deprecation Warning (#80) (#82)

This commit is contained in:
Francisco Gindre 2023-02-02 09:16:10 -03:00 committed by GitHub
parent 34e82fe9fb
commit c2dd0eff1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ let package = Package(
name: "zcash-light-client-ffi",
products: [
.library(
name: "zcash-light-client-ffi",
name: "libzcashlc",
targets: ["libzcashlc"]
),
],