diff options
author | robot-piglet <[email protected]> | 2025-08-22 12:52:38 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2025-08-22 13:02:42 +0300 |
commit | 996248ec3c328621efeaaef570f052a2ab20515e (patch) | |
tree | c6c35139672cd22e7032af77779d95e3f9ea100d | |
parent | 83f1a68cc330c61e1178492bf1960c32b94dc228 (diff) |
Intermediate changes
commit_hash:cf4aa6e7f364c55c3f9066af2e4495139b6ca513
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/.yandex_meta/build.ym | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/.yandex_meta/build.ym b/contrib/libs/cxxsupp/libcxx/.yandex_meta/build.ym index f11f8d905e3..6cf8416ff2f 100644 --- a/contrib/libs/cxxsupp/libcxx/.yandex_meta/build.ym +++ b/contrib/libs/cxxsupp/libcxx/.yandex_meta/build.ym @@ -110,7 +110,7 @@ ELSEIF (OS_IOS) PEERDIR( contrib/libs/cxxsupp/builtins ) -ELSEIF (OS_LINUX OR OS_DARWIN) +ELSEIF (OS_LINUX OR OS_DARWIN OR OS_FREEBSD) IF (ARCH_ARM6 OR ARCH_ARM7) # libcxxrt support for ARM is currently broken, use libcxxabi instead SET(CXX_RT "libcxxabi") |