From 0b7bd78ee5c84c1560864ec99b0dab03926a2183 Mon Sep 17 00:00:00 2001 From: Stanley Cheung Date: Fri, 20 Nov 2020 17:58:39 -0800 Subject: [PATCH] PHP: fix windows build error --- config.w32 | 1 + templates/config.w32.template | 1 + 2 files changed, 2 insertions(+) diff --git a/config.w32 b/config.w32 index 973a1ff6496..46809387632 100644 --- a/config.w32 +++ b/config.w32 @@ -983,6 +983,7 @@ if (PHP_GRPC != "no") { "/I"+configure_module_dirname+" "+ "/I"+configure_module_dirname+"\\include "+ "/I"+configure_module_dirname+"\\src\\core\\ext\\upb-generated "+ + "/I"+configure_module_dirname+"\\src\\core\\ext\\upbdefs-generated "+ "/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 "+ diff --git a/templates/config.w32.template b/templates/config.w32.template index f113d29b496..4b5e04e4531 100644 --- a/templates/config.w32.template +++ b/templates/config.w32.template @@ -30,6 +30,7 @@ "/I"+configure_module_dirname+" "+ "/I"+configure_module_dirname+"\\include "+ "/I"+configure_module_dirname+"\\src\\core\\ext\\upb-generated "+ + "/I"+configure_module_dirname+"\\src\\core\\ext\\upbdefs-generated "+ "/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 "+