mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-02-03 13:11:04 +00:00
Fix pthread thing, hopefully
This commit is contained in:
parent
59abd6dd53
commit
50120b420c
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ endif()
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
else()
|
else()
|
||||||
set(PLATFORM_LIB "dl pthread")
|
set(PLATFORM_LIB "-ldl -lpthread")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if( CMAKE_COMPILER_IS_GNUCXX )
|
if( CMAKE_COMPILER_IS_GNUCXX )
|
||||||
|
|
Loading…
Reference in a new issue