diff options
author | Zhouyihai Ding <ddyihai@google.com> | 2018-04-07 10:34:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 10:34:50 -0700 |
commit | fe087c4c398fe97cc50be3d9b6302ed4b3bad67a (patch) | |
tree | cbd5d218c0f8627f413778c8469e470954c517cd /templates | |
parent | 5e2ddd4b15759b6a4d52eb5b1e4c6bb44fa4da54 (diff) | |
parent | 252a634aa75918180611592bbec2be35d9019ebf (diff) |
Merge pull request #14967 from ZhouyihaiDing/windows_pecl
Upmerge #14973 to the master
Diffstat (limited to 'templates')
-rw-r--r-- | templates/config.w32.template | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/config.w32.template b/templates/config.w32.template index 4edef963f2..ef25e55596 100644 --- a/templates/config.w32.template +++ b/templates/config.w32.template @@ -23,11 +23,13 @@ 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 "+ "/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\\zlib "+ + "/I"+configure_module_dirname+"\\third_party\\address_sorting\\include"); <% dirs = {} for lib in libs: |