|
|
|
@ -49,7 +49,8 @@ ExternalProject_Add(
|
|
|
|
|
PREFIX ${GRPC_SOURCES_DIR}
|
|
|
|
|
UPDATE_COMMAND ""
|
|
|
|
|
CONFIGURE_COMMAND ""
|
|
|
|
|
PATCH_COMMAND "git apply ${PADDLE_SOURCE_DIR}/patches/grpc/fix_too_early_destory.patch"
|
|
|
|
|
BUILD_IN_SOURCE 1
|
|
|
|
|
PATCH_COMMAND git apply ${PADDLE_SOURCE_DIR}/patches/grpc/fix_too_early_destory.patch
|
|
|
|
|
# NOTE(yuyang18):
|
|
|
|
|
# Disable -Werror, otherwise the compile will fail in MacOS.
|
|
|
|
|
# It seems that we cannot configure that by make command.
|
|
|
|
|