diff options
author | alevitskii <alevitskii@yandex-team.com> | 2025-01-17 18:31:12 +0300 |
---|---|---|
committer | alevitskii <alevitskii@yandex-team.com> | 2025-01-17 19:06:11 +0300 |
commit | e122cbcf81ef972302e6002f32739f46696f5887 (patch) | |
tree | 91c9238e90faa95ea36b829bd952cb8c336ef225 /build | |
parent | 0471443491c4f593aa41f98684cff402d8cb6978 (diff) | |
download | ydb-e122cbcf81ef972302e6002f32739f46696f5887.tar.gz |
fix: absolute path to default_configs.json in _MAKEFILE_INCLUDE_LIKE_DEPS
fix: absolute path to default_configs.json in _MAKEFILE_INCLUDE_LIKE_DEPS
commit_hash:02eb43fb8d97bc862a63b819f45b0ae33804af27
Diffstat (limited to 'build')
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 079a7e1c96..cce92d4aa1 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -5812,7 +5812,7 @@ macro _STYLE_CPP(CONFIG...) { macro _ADD_CPP_LINTER_CHECK(Args...) { SET(USE_ALL_SRCS yes) HEADERS(.) - SET_APPEND(_MAKEFILE_INCLUDE_LIKE_DEPS $CPP_LINTERS_DEFAULT_CONFIGS) + SET_APPEND(_MAKEFILE_INCLUDE_LIKE_DEPS ${ARCADIA_ROOT}/${CPP_LINTERS_DEFAULT_CONFIGS}) } # tag:test |