Skip to content

Commit

Permalink
Set INCLUDE_DIRECTORIES so libcurl can find local urlapi.h (#8113)
Browse files Browse the repository at this point in the history
Fixes #8112

Signed-off-by: John Millikin <jmillikin@stripe.com>
  • Loading branch information
jmillikin-stripe authored and htuch committed Sep 3, 2019
1 parent 0eab93b commit 0b026cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel/foreign_cc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ envoy_cmake_external(
"CURL_HIDDEN_SYMBOLS": "off",
"CMAKE_USE_LIBSSH2": "off",
"CMAKE_INSTALL_LIBDIR": "lib",
"INCLUDE_DIRECTORIES": "include/curl",
},
lib_source = "@com_github_curl//:all",
static_libraries = select({
Expand Down

0 comments on commit 0b026cf

Please sign in to comment.