Skip to content

Commit

Permalink
try specifying cdependency search path
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrazdil committed Oct 4, 2019
1 parent 63850bc commit b29a79a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:4.2
// swift-tools-version:5.0
/*
* Copyright 2017, gRPC Authors All rights reserved.
*
Expand Down Expand Up @@ -69,7 +69,11 @@ let package = Package(
"NIOHTTP2",
"SwiftProtobuf"]),
.target(name: "CgRPC",
dependencies: cGRPCDependencies),
dependencies: cGRPCDependencies,
cSettings: [
.headerSearchPath("Sources/BoringSSL/include"),
]
),
.target(name: "RootsEncoder"),
.target(name: "protoc-gen-swiftgrpc",
dependencies: [
Expand Down

0 comments on commit b29a79a

Please sign in to comment.