diff options
author | spreis <spreis@yandex-team.com> | 2023-07-19 09:34:20 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2023-07-19 09:34:20 +0300 |
commit | 2722f11e474fd44afbed0475fcaf89e8d56a82c7 (patch) | |
tree | 0cdc779abe16db2f1dea7a8273ebd694da4d44bb /build/ymake_conf.py | |
parent | d5ee69cc7ce500e12fe5804bcea5565a0ef56efb (diff) | |
download | ydb-2722f11e474fd44afbed0475fcaf89e8d56a82c7.tar.gz |
Вundle support in ya-bin
Diffstat (limited to 'build/ymake_conf.py')
-rwxr-xr-x | build/ymake_conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py index 86044c56f8..022394d3b2 100755 --- a/build/ymake_conf.py +++ b/build/ymake_conf.py @@ -987,7 +987,7 @@ class ToolchainOptions(object): self.compiler_version = self.params.get('gcc_version') or self.params.get('version') or '0' self.compiler_version_list = list(map(int, self.compiler_version.split('.'))) - # TODO(somov): Посмотреть, можно ли спрятать это поле. + # 'match_root' at this point contains real name for references via toolchain self.name_marker = '$(%s)' % self.params.get('match_root', self._name.upper()) self.arch_opt = self.params.get('arch_opt', []) |