diff --git a/contrib/libs/cxxsupp/system_stl/CMakeLists.txt b/contrib/libs/cxxsupp/system_stl/CMakeLists.txt index 6a35361b7..8e8aed206 100644 --- a/contrib/libs/cxxsupp/system_stl/CMakeLists.txt +++ b/contrib/libs/cxxsupp/system_stl/CMakeLists.txt @@ -19,6 +19,8 @@ add_library(libs-cxxsupp-system_stl INTERFACE) target_compile_options(libs-cxxsupp-system_stl INTERFACE -DLLVM_ENABLE_RUNTIMES=libunwind -DLIBCXXABI_USE_LLVM_UNWINDER=YES + -DLIBCXX_USE_COMPILER_RT=YES + -DLIBCXXABI_USE_COMPILER_RT=YES ) target_include_directories(libs-cxxsupp-system_stl INTERFACE