Fix compiler detection
This commit is contained in:
parent
6c5039bad1
commit
80aeb1bd1d
@ -146,7 +146,7 @@ endif()
|
||||
if(WIN32)
|
||||
list(APPEND mi_libraries psapi shell32 user32 bcrypt)
|
||||
else()
|
||||
if(NOT ${CC} MATCHES "android")
|
||||
if(NOT ${CMAKE_C_COMPILER} MATCHES "android")
|
||||
list(APPEND mi_libraries pthread)
|
||||
find_library(LIBRT rt)
|
||||
if(LIBRT)
|
||||
|
Loading…
Reference in New Issue
Block a user