Merge pull request #1214 from schellap/relfix

Link pthread with corehost
This commit is contained in:
Senthil 2016-02-04 14:14:59 -08:00
commit ce3055d338

View file

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