mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-01-24 16:51:08 +00:00
Fix missing pthread for clang
This commit is contained in:
parent
cb42f82bfc
commit
60e4077209
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ endif()
|
|||
|
||||
if (WIN32)
|
||||
else()
|
||||
set(PLATFORM_LIB "dl")
|
||||
set(PLATFORM_LIB "dl pthread")
|
||||
endif()
|
||||
|
||||
if( CMAKE_COMPILER_IS_GNUCXX )
|
||||
|
|
Loading…
Reference in a new issue