diff options
author | snermolaev <snermolaev@yandex-team.com> | 2023-12-14 06:17:50 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2023-12-14 06:48:50 +0300 |
commit | 96b38487f0c5ee9bf8cac497c7c964e5b62c5691 (patch) | |
tree | 0d8eb572bd436906af865d83499c840a8ba3a7a9 /build | |
parent | 22602ef8900784f4ea2a011c25eaeaf682193dbd (diff) | |
download | ydb-96b38487f0c5ee9bf8cac497c7c964e5b62c5691.tar.gz |
FS_TOOLS to python3
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 47c4cc795b..ac925a7fa2 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -458,7 +458,7 @@ YIELD=$YMAKE_PYTHON ${input:"build/scripts/yield_line.py"} -- ${BINDIR}/__args XARGS=$YMAKE_PYTHON ${input:"build/scripts/xargs.py"} -- ${BINDIR}/__args WRITER_PY=$YMAKE_PYTHON ${input:"build/scripts/writer.py"} ${input;hide:"build/scripts/process_command_files.py"} -FS_TOOLS=$YMAKE_PYTHON ${input:"build/scripts/fs_tools.py"} ${input;hide:"build/scripts/process_command_files.py"} +FS_TOOLS=$YMAKE_PYTHON3 ${input:"build/scripts/fs_tools.py"} ${input;hide:"build/scripts/process_command_files.py"} FIX_MSVC_OUTPUT=${YMAKE_PYTHON} ${input:"build/scripts/fix_msvc_output.py"} ${input;hide:"build/scripts/process_command_files.py"} _PROCESS_WHOLE_ARCHIVE_SCRIPT=${input;hide:"build/scripts/process_command_files.py"} ${input;hide:"build/scripts/process_whole_archive_option.py"} |