diff options
author | rnefyodov <rnefyodov@yandex-team.ru> | 2022-02-10 16:47:17 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:17 +0300 |
commit | c22320e8c4f3d7be38c504706f137034e91d31e6 (patch) | |
tree | 35cc6c382a1bd8cb932449ffa734056fcc73e6d4 /build/platform/clang | |
parent | 93e9e4639b6ee2afbdf45cf3927cea6d340e19b0 (diff) | |
download | ydb-c22320e8c4f3d7be38c504706f137034e91d31e6.tar.gz |
Restoring authorship annotation for <rnefyodov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/platform/clang')
-rw-r--r-- | build/platform/clang/ya.make | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/platform/clang/ya.make b/build/platform/clang/ya.make index 342b928637..57538a6644 100644 --- a/build/platform/clang/ya.make +++ b/build/platform/clang/ya.make @@ -1,9 +1,9 @@ RESOURCES_LIBRARY() - + LICENSE(BSD-3-Clause) OWNER(g:contrib) - + IF (CLANG10BC AND CLANG10 AND HOST_OS_LINUX) DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE( CLANG # Clang 10 @@ -20,5 +20,5 @@ ELSE() sbr:1006151596 FOR WIN32 # Generated by ./clang-windows.sh 7.1.0 ) ENDIF() - -END() + +END() |