diff options
author | spreis <spreis@yandex-team.com> | 2025-02-28 20:01:26 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2025-02-28 21:41:10 +0300 |
commit | 754b31f2c1038e3249aaacd4c57afe638dcd3c0b (patch) | |
tree | 9a0e6987d95574e94b8617c7792ceba2ce90fe6d | |
parent | c97f5cd6482f5e2b5981b65f10b48e87264ce560 (diff) | |
download | ydb-754b31f2c1038e3249aaacd4c57afe638dcd3c0b.tar.gz |
Exclude libs from targets in PY3_PROGRAM and PY3TEST
commit_hash:3fa3b5b789441351d915248854737291edec5260
-rw-r--r-- | build/conf/python.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/conf/python.conf b/build/conf/python.conf index 8c0ca876a8..bfa42ee36d 100644 --- a/build/conf/python.conf +++ b/build/conf/python.conf @@ -267,6 +267,7 @@ multimodule PY3_PROGRAM { # Notify pybuild to skip all python main function definitions ENABLE(IGNORE_PY_MAIN) NO_CLANG_TIDY() + DISABLE(START_TARGET) } } @@ -435,6 +436,7 @@ multimodule PY3TEST { PEERDIR+=library/python/pytest _DONT_REQUIRE_LICENSE() WITHOUT_VERSION() + DISABLE(START_TARGET) } } |