mirror of
https://github.com/xmrig/xmrig.git
synced 2025-02-06 13:16:37 +00:00
remove pthreads
The android libc, bionic, provides built-in support for pthreads, so no additional linking (-lpthreads) is necessary. It does not implement full POSIX threads functionality and leaves out support for read/write locks
This commit is contained in:
parent
7897f10c48
commit
8b0e6e9ca3
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ else()
|
|||
)
|
||||
|
||||
if (XMRIG_OS_ANDROID)
|
||||
set(EXTRA_LIBS pthread rt dl log)
|
||||
set(EXTRA_LIBS rt dl log)
|
||||
elseif (XMRIG_OS_LINUX)
|
||||
list(APPEND SOURCES_OS
|
||||
src/crypto/common/LinuxMemory.h
|
||||
|
|
Loading…
Reference in a new issue