Skip to content

Commit

Permalink
PHP: Fix windows build (grpc#25938)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung authored Apr 9, 2021
1 parent 995c282 commit c4b77ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
1 change: 1 addition & 0 deletions templates/config.w32.template
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit c4b77ca

Please sign in to comment.