1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-11 01:22:45 -05:00

Compare commits

...

2 Commits

Author SHA1 Message Date
OPPO9008
2b6c8e6f2a Merge 8b0e6e9ca3 into ee65b3d159 2024-10-26 20:24:07 -07:00
OPPO9008
8b0e6e9ca3 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
2024-05-01 03:59:15 +08:00

View File

@@ -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