diff options
author | alevitskii <alevitskii@yandex-team.com> | 2025-02-03 08:05:33 +0300 |
---|---|---|
committer | alevitskii <alevitskii@yandex-team.com> | 2025-02-03 08:28:01 +0300 |
commit | 0de5ed90f6951729817b3ef9e10f5cdb0f67cda3 (patch) | |
tree | 138d9062a575401337250cedb4bbbeb23bf3bfdf | |
parent | 666a2d9d8f45c36b8b25a56eb1a8d2472ae72d59 (diff) | |
download | ydb-0de5ed90f6951729817b3ef9e10f5cdb0f67cda3.tar.gz |
Untitled commit
commit_hash:b4bf00e2edfcc42e907758e669ca34e3ad0bd8f9
-rw-r--r-- | build/conf/python.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/conf/python.conf b/build/conf/python.conf index 08b8e880e4..8c0ca876a8 100644 --- a/build/conf/python.conf +++ b/build/conf/python.conf @@ -477,8 +477,8 @@ module PY_ANY_MODULE: DLL_UNIT { # -bundle when ($DARWIN == "yes") { - when ($CLANG_VER == "16") { - # TODO(pg): also check 17 and beyond + when ($CLANG_VER == "16" || $CLANG_VER == "18") { + # TODO(pg): also check 19 and beyond } otherwise { LDFLAGS+=-flat_namespace |