Skip to content

Commit cb9b599

Browse files
authored
🐛 Fix alias reference (#2)
1 parent 863af0c commit cb9b599

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Package.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,7 @@ let package = Package(
187187
dependencies: [
188188
"protobuf",
189189
.product(name: "AbseilCXX17", package: "abseil-cpp-SwiftPM"),
190-
.product(
191-
name: "openssl_grpc", package: "boringssl-SwiftPM",
192-
moduleAliases: ["NearbySSL": "openssl_grpc"]),
190+
.product(name: "NearbySSL", package: "boringssl-SwiftPM"),
193191
],
194192
path: "third_party/ukey2",
195193
exclude: [

0 commit comments

Comments
 (0)