diff options
author | heretic <[email protected]> | 2022-02-10 16:45:46 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:46 +0300 |
commit | 81eddc8c0b55990194e112b02d127b87d54164a9 (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /contrib/libs/grpc/src/compiler/grpc_cpp_plugin | |
parent | 397cbe258b9e064f49c4ca575279f02f39fef76e (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/grpc/src/compiler/grpc_cpp_plugin')
-rw-r--r-- | contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make b/contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make index a5a970dad5e..a4b7e363a3b 100644 --- a/contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make +++ b/contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make @@ -2,8 +2,8 @@ PROGRAM() -WITHOUT_LICENSE_TEXTS() - +WITHOUT_LICENSE_TEXTS() + OWNER(g:cpp-contrib) LICENSE(Apache-2.0) @@ -15,7 +15,7 @@ PEERDIR( ) ADDINCL( - ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc + ${ARCADIA_BUILD_ROOT}/contrib/libs/grpc contrib/libs/grpc contrib/libs/grpc/include ) @@ -25,9 +25,9 @@ NO_COMPILER_WARNINGS() SRCDIR(contrib/libs/grpc/src/compiler) IF (OS_LINUX OR OS_DARWIN) - CFLAGS( - -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 - ) + CFLAGS( + -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 + ) ENDIF() SRCS( |