PHP: Fix windows build (#25938)

pull/25946/head
Stanley Cheung 4 years ago committed by GitHub
parent 995c282f15
commit c4b77ca0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      config.w32
  2. 1
      templates/config.w32.template

@ -1028,6 +1028,7 @@ if (PHP_GRPC != "no") {
"/I"+configure_module_dirname+"\\third_party\\boringssl-with-bazel\\src\\include "+
"/I"+configure_module_dirname+"\\third_party\\re2 "+
"/I"+configure_module_dirname+"\\third_party\\upb "+
"/I"+configure_module_dirname+"\\third_party\\xxhash "+
"/I"+configure_module_dirname+"\\third_party\\zlib ");
base_dir = get_define('BUILD_DIR');

@ -37,6 +37,7 @@
"/I"+configure_module_dirname+"\\third_party\\boringssl-with-bazel\\src\\include "+
"/I"+configure_module_dirname+"\\third_party\\re2 "+
"/I"+configure_module_dirname+"\\third_party\\upb "+
"/I"+configure_module_dirname+"\\third_party\\xxhash "+
"/I"+configure_module_dirname+"\\third_party\\zlib ");
<%
dirs = sorted(set(src[:src.rfind('/')] for src in srcs))

Loading…
Cancel
Save