mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-10 06:41:37 +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)
|
if (WIN32)
|
||||||
else()
|
else()
|
||||||
set(PLATFORM_LIB "dl")
|
set(PLATFORM_LIB "dl pthread")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if( CMAKE_COMPILER_IS_GNUCXX )
|
if( CMAKE_COMPILER_IS_GNUCXX )
|
||||||
|
|
Loading…
Reference in a new issue