Explorar o código

add an instruction of setting a flag before c-core make, after #22416 merged

Hannah Shi %!s(int64=5) %!d(string=hai) anos
pai
achega
3de85634f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/php/README.md

+ 1 - 1
src/php/README.md

@@ -58,7 +58,7 @@ $ git clone -b RELEASE_TAG_HERE https://github.com/grpc/grpc
 ```sh
 $ cd grpc
 $ git submodule update --init
-$ make
+$ EXTRA_DEFINES=GRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK make
 $ [sudo] make install
 ```