Skip to content

Commit

Permalink
πŸ› Fix alias reference (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
monchote authored Sep 2, 2024
1 parent 863af0c commit cb9b599
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,7 @@ let package = Package(
dependencies: [
"protobuf",
.product(name: "AbseilCXX17", package: "abseil-cpp-SwiftPM"),
.product(
name: "openssl_grpc", package: "boringssl-SwiftPM",
moduleAliases: ["NearbySSL": "openssl_grpc"]),
.product(name: "NearbySSL", package: "boringssl-SwiftPM"),
],
path: "third_party/ukey2",
exclude: [
Expand Down

0 comments on commit cb9b599

Please sign in to comment.