[client] switch from SDL_Thread to lgThread

This commit is contained in:
Geoffrey McRae
2020-01-02 23:59:06 +11:00
parent 1c1d2a0568
commit ba31c78412
4 changed files with 18 additions and 16 deletions

View File

@@ -15,3 +15,5 @@ add_library(lg_common_platform_code STATIC
if(ENABLE_BACKTRACE)
target_link_libraries(lg_common_platform_code bfd)
endif()
target_link_libraries(lg_common_platform_code pthread)