Fix missing pthread for clang

This commit is contained in:
Magnus Norddahl 2021-11-13 00:14:07 +01:00
parent cb42f82bfc
commit 60e4077209
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ endif()
if (WIN32)
else()
set(PLATFORM_LIB "dl")
set(PLATFORM_LIB "dl pthread")
endif()
if( CMAKE_COMPILER_IS_GNUCXX )