diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-14 20:53:56 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-14 21:47:00 +0300 |
commit | 3a3f1774ddcccda5fc8d006757b2af52a646b856 (patch) | |
tree | 1230193e9ff308cbbb571ccdba18f84a4245ce6d /contrib | |
parent | d773af288151566d282ecee0eb0f74d3547fc514 (diff) | |
download | ydb-3a3f1774ddcccda5fc8d006757b2af52a646b856.tar.gz |
Intermediate changes
commit_hash:47c96a065c0ac4ee0054dcaf2c61ac08730d98b9
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libs/cxxsupp/libcxxabi/.yandex_meta/__init__.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/contrib/libs/cxxsupp/libcxxabi/.yandex_meta/__init__.py b/contrib/libs/cxxsupp/libcxxabi/.yandex_meta/__init__.py index 8f4b339576..1ba6085ed2 100644 --- a/contrib/libs/cxxsupp/libcxxabi/.yandex_meta/__init__.py +++ b/contrib/libs/cxxsupp/libcxxabi/.yandex_meta/__init__.py @@ -1,13 +1,7 @@ from devtools.yamaker import fileutil -from devtools.yamaker import platform_macros -from devtools.yamaker.modules import Linkable, Switch from devtools.yamaker.project import CMakeNinjaNixProject -ATEXIT_SRC = """ -""" - - def post_install(self): # libcxxabi-parts is built from libcxxabi sources # Update VERSION and ORIGINAL_SOURCE values upon libcxxabi update. @@ -45,7 +39,7 @@ def post_install(self): libcxxabi.after( "SRCS", """ - IF (NOT MUSL) + IF (NOT MUSL) CFLAGS( -DHAVE___CXA_THREAD_ATEXIT_IMPL ) |