diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-03 13:46:59 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-03 14:09:28 +0300 |
commit | a131ad9b58449a6508cdfb4a423c14ed09b09b03 (patch) | |
tree | 4f6edd897e3697597a3b583ce5d3fb59555e19d3 | |
parent | fc1e67a2ad8c64bea6ca9301aa220764eac1dd03 (diff) | |
download | ydb-a131ad9b58449a6508cdfb4a423c14ed09b09b03.tar.gz |
Disable non-existing macOS include
-rw-r--r-- | contrib/libs/libunwind/src/Unwind-sjlj.c | 2 | ||||
-rw-r--r-- | contrib/libs/libunwind/ya.make | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/libunwind/src/Unwind-sjlj.c b/contrib/libs/libunwind/src/Unwind-sjlj.c index 7e8faf098f..653b887b54 100644 --- a/contrib/libs/libunwind/src/Unwind-sjlj.c +++ b/contrib/libs/libunwind/src/Unwind-sjlj.c @@ -77,7 +77,7 @@ struct _Unwind_FunctionContext { #if !defined(FOR_DYLD) #if defined(__APPLE__) -#include <System/pthread_machdep.h> +#error #include <System/pthread_machdep.h> #else static _LIBUNWIND_THREAD_LOCAL struct _Unwind_FunctionContext *stack = NULL; #endif diff --git a/contrib/libs/libunwind/ya.make b/contrib/libs/libunwind/ya.make index f1d9bbe121..b763d587fa 100644 --- a/contrib/libs/libunwind/ya.make +++ b/contrib/libs/libunwind/ya.make @@ -1,4 +1,4 @@ -# Generated by devtools/yamaker from nixpkgs 22.05. +# Generated by devtools/yamaker from nixpkgs 22.11. LIBRARY() |