diff options
author | spreis <spreis@yandex-team.com> | 2024-05-30 16:25:58 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2024-05-30 16:34:51 +0300 |
commit | 2269bc478dacf44e625dcff4be336e8889c1b7ae (patch) | |
tree | 65eafe708d82126303ae56498f13d987dadc6351 | |
parent | 65c7baa2cd6b62f063b4080c1fcce58114777c87 (diff) | |
download | ydb-2269bc478dacf44e625dcff4be336e8889c1b7ae.tar.gz |
Enable match_root for python3
f5a6e36948729b00ba4c0c75d04fec6d209fe0c5
-rw-r--r-- | build/ya.conf.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index b706a5d9422..939cbf34094 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -1823,6 +1823,10 @@ } }, "python3": { + "params": { + "match_root": "YMAKE_PYTHON3", + "use_bundle": true + }, "platforms": [ { "default": true, |