Link pthread with host
This commit is contained in:
parent
102f11e65b
commit
02948f1675
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ endif()
|
|||
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||||
add_definitions(-D__LINUX__)
|
||||
target_link_libraries (corehost "dl")
|
||||
target_link_libraries (corehost "dl" "pthread")
|
||||
endif()
|
||||
|
||||
add_subdirectory(dll)
|
||||
|
|
Loading…
Reference in a new issue