mirror of
https://github.com/RPCS3/asmjit.git
synced 2025-02-17 01:58:05 +00:00
[Bug] Do not link to pthread library on Android (there is no such library)
This commit is contained in:
parent
62ffe595a2
commit
a4e1e88374
@ -249,7 +249,8 @@ if (ASMJIT_SANITIZE)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (NOT WIN32)
|
||||
# Do not link to pthread on Android as it's part of C runtime.
|
||||
if (NOT WIN32 AND NOT ANDROID)
|
||||
list(APPEND ASMJIT_DEPS pthread)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user