fixed: pthread linker error

This commit is contained in:
Nick Bolton 2014-04-08 16:41:48 +00:00
parent 813feb8e37
commit d72aa1e975
1 changed files with 4 additions and 0 deletions

View File

@ -48,3 +48,7 @@ if (UNIX)
endif()
add_library(arch STATIC ${sources})
if (UNIX)
target_link_libraries(arch ${libs})
endif()