From 38933bc16caa21059b3f77d65f7a028bd20d4ca5 Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Mon, 9 Mar 2020 11:02:43 -0700 Subject: [PATCH] PHP: Fix include path for boringssl in windows build --- config.w32 | 2 +- templates/config.w32.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.w32 b/config.w32 index 2cad1c40ec8..45e97983125 100644 --- a/config.w32 +++ b/config.w32 @@ -811,7 +811,7 @@ if (PHP_GRPC != "no") { "/I"+configure_module_dirname+"\\src\\php\\ext\\grpc "+ "/I"+configure_module_dirname+"\\third_party\\abseil-cpp "+ "/I"+configure_module_dirname+"\\third_party\\address_sorting\\include "+ - "/I"+configure_module_dirname+"\\third_party\\boringssl\\include "+ + "/I"+configure_module_dirname+"\\third_party\\boringssl-with-bazel\\src\\include "+ "/I"+configure_module_dirname+"\\third_party\\upb "+ "/I"+configure_module_dirname+"\\third_party\\zlib "); diff --git a/templates/config.w32.template b/templates/config.w32.template index f69cc08df65..84589544b7a 100644 --- a/templates/config.w32.template +++ b/templates/config.w32.template @@ -33,7 +33,7 @@ "/I"+configure_module_dirname+"\\src\\php\\ext\\grpc "+ "/I"+configure_module_dirname+"\\third_party\\abseil-cpp "+ "/I"+configure_module_dirname+"\\third_party\\address_sorting\\include "+ - "/I"+configure_module_dirname+"\\third_party\\boringssl\\include "+ + "/I"+configure_module_dirname+"\\third_party\\boringssl-with-bazel\\src\\include "+ "/I"+configure_module_dirname+"\\third_party\\upb "+ "/I"+configure_module_dirname+"\\third_party\\zlib "); <%