Merge pull request #1214 from schellap/relfix
Link pthread with corehost
This commit is contained in:
commit
ce3055d338
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