From 925dfd29d8f46b106583816422e61799736dde5b Mon Sep 17 00:00:00 2001 From: John Millikin Date: Mon, 2 Sep 2019 12:37:52 +0900 Subject: [PATCH] Set INCLUDE_DIRECTORIES so libcurl can find local urlapi.h Fixes https://github.com/envoyproxy/envoy/issues/8112 Signed-off-by: John Millikin --- bazel/foreign_cc/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/bazel/foreign_cc/BUILD b/bazel/foreign_cc/BUILD index 82fcae17b6a6..1a96306c001b 100644 --- a/bazel/foreign_cc/BUILD +++ b/bazel/foreign_cc/BUILD @@ -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({