Skip to content

Commit

Permalink
try grpc#2
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrazdil committed Oct 4, 2019
1 parent b29a79a commit 0b6f9e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@ let package = Package(
"SwiftProtobuf"]),
.target(name: "CgRPC",
dependencies: cGRPCDependencies,
cSettings: [
cxxSettings: [
.headerSearchPath("Sources/BoringSSL/include"),
],
linkerSettings: [
.linkLibrary("BoringSSL"),
]
),
.target(name: "RootsEncoder"),
Expand Down

0 comments on commit 0b6f9e6

Please sign in to comment.