diff options
author | shadchin <shadchin@yandex-team.com> | 2023-10-26 13:32:13 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2023-10-26 14:46:50 +0300 |
commit | 11864378c1db4609db90c75576ea33f9b0052c11 (patch) | |
tree | c02c54e7e8843de82e7a156c2eeb97cfebcdc85f | |
parent | f5c87528cd3c738c1f4fcf4e1273e718f887eead (diff) | |
download | ydb-11864378c1db4609db90c75576ea33f9b0052c11.tar.gz |
Fix binary name and cleanup
-rw-r--r-- | tools/py3cc/bin/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/py3cc/bin/ya.make b/tools/py3cc/bin/ya.make index 178ba5c4b4..351f9e7a9a 100644 --- a/tools/py3cc/bin/ya.make +++ b/tools/py3cc/bin/ya.make @@ -1,4 +1,4 @@ -PY3_PROGRAM_BIN(pycc) +PY3_PROGRAM_BIN(py3cc) ENABLE(PYBUILD_NO_PYC) |