From 067b0ac8a70ff539e3dbbe2be60c3ac441c8305b Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 23 Oct 2019 17:52:37 +0000 Subject: Vendor import of stripped LLVM libunwind trunk r375505, the last commit before the upstream Subversion repository was made read-only, and the LLVM project migrated to GitHub: https://llvm.org/svn/llvm-project/libunwind/trunk@375505 --- src/RWMutex.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/RWMutex.hpp') diff --git a/src/RWMutex.hpp b/src/RWMutex.hpp index a37ac77144f3..954e94c322d4 100644 --- a/src/RWMutex.hpp +++ b/src/RWMutex.hpp @@ -17,7 +17,7 @@ #include #elif !defined(_LIBUNWIND_HAS_NO_THREADS) #include -#if defined(__unix__) && defined(__ELF__) && defined(_LIBUNWIND_HAS_COMMENT_LIB_PRAGMA) +#if defined(__unix__) && !defined(__ANDROID__) && defined(__ELF__) && defined(_LIBUNWIND_HAS_COMMENT_LIB_PRAGMA) #pragma comment(lib, "pthread") #endif #endif -- cgit v1.2.3