aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/svnversion/ya.make
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-11-18 11:29:25 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-11-18 11:40:14 +0300
commitdeb489489bd4b56d74a20ab1df3475e6ac72a552 (patch)
treeaa32efcee5901ce7c275a06f95327499b0a09eb4 /library/cpp/svnversion/ya.make
parent5111ad584756ce8d369dee46319b232b0b6abce2 (diff)
downloadydb-deb489489bd4b56d74a20ab1df3475e6ac72a552.tar.gz
Intermediate changes
commit_hash:a5695d6abae3e01238ce9328956579759caca454
Diffstat (limited to 'library/cpp/svnversion/ya.make')
-rw-r--r--library/cpp/svnversion/ya.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/svnversion/ya.make b/library/cpp/svnversion/ya.make
index d028f45c94..27e9154644 100644
--- a/library/cpp/svnversion/ya.make
+++ b/library/cpp/svnversion/ya.make
@@ -6,7 +6,7 @@ SRCS(
)
IF (OPENSOURCE_PROJECT == "yt-cpp-sdk")
- PEERDIR(build/scripts/c_templates/)
+ PEERDIR(build/scripts/c_templates)
ENDIF()
END()