diff options
author | ZhouyihaiDing <ddyihai@google.com> | 2018-06-19 14:15:08 -0700 |
---|---|---|
committer | ZhouyihaiDing <ddyihai@google.com> | 2018-06-20 14:08:09 -0700 |
commit | 8771dab571e4495bc2f1172c65cd1ab9f9fea84d (patch) | |
tree | a139ee1c78f18a1ca2fbc6398332a31a6114337b /templates/config.w32.template | |
parent | 7fc8bf5833334a8bbe41d940c9e6038012eb694c (diff) |
PHP: fix distribtest test by adding -Ithird_party/nanopb
Diffstat (limited to 'templates/config.w32.template')
-rw-r--r-- | templates/config.w32.template | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/config.w32.template b/templates/config.w32.template index ef25e55596..5e37cf568c 100644 --- a/templates/config.w32.template +++ b/templates/config.w32.template @@ -23,13 +23,14 @@ EXTENSION("grpc", grpc_source, null, "/DOPENSSL_NO_ASM /D_GNU_SOURCE /DWIN32_LEAN_AND_MEAN "+ "/D_HAS_EXCEPTIONS=0 /DNOMINMAX /DGRPC_ARES=0 /D_WIN32_WINNT=0x600 "+ - "/DPB_FIELD_16BIT "+ + "/DPB_FIELD_32BIT "+ "/I"+configure_module_dirname+" "+ "/I"+configure_module_dirname+"\\include "+ "/I"+configure_module_dirname+"\\src\\php\\ext\\grpc "+ "/I"+configure_module_dirname+"\\third_party\\boringssl\\include "+ "/I"+configure_module_dirname+"\\third_party\\zlib "+ - "/I"+configure_module_dirname+"\\third_party\\address_sorting\\include"); + "/I"+configure_module_dirname+"\\third_party\\address_sorting\\include "+ + "/I"+configure_module_dirname+"\\third_party\\nanopb"); <% dirs = {} for lib in libs: |