diff options
author | snermolaev <snermolaev@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
commit | 2015790ac9fcc04caab83fccc23ab2460310a797 (patch) | |
tree | e644e9bc3f6f688561a871793b59bf8a637e0f72 /build/prebuilt/contrib/tools/protoc/ya.make | |
parent | c768a99151e47c3a4bb7b92c514d256abd301c4d (diff) | |
download | ydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz |
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/prebuilt/contrib/tools/protoc/ya.make')
-rw-r--r-- | build/prebuilt/contrib/tools/protoc/ya.make | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build/prebuilt/contrib/tools/protoc/ya.make b/build/prebuilt/contrib/tools/protoc/ya.make index 65d08147a7..a59bcb8d94 100644 --- a/build/prebuilt/contrib/tools/protoc/ya.make +++ b/build/prebuilt/contrib/tools/protoc/ya.make @@ -1,7 +1,7 @@ -OWNER(g:ymake) - -INCLUDE(ya.make.prebuilt) - -IF (NOT PREBUILT) - MESSAGE(FATAL_ERROR Unsupported host platform for prebuilt protoc tool) -ENDIF() +OWNER(g:ymake) + +INCLUDE(ya.make.prebuilt) + +IF (NOT PREBUILT) + MESSAGE(FATAL_ERROR Unsupported host platform for prebuilt protoc tool) +ENDIF() |