Fix pthread thing, hopefully

This commit is contained in:
Magnus Norddahl 2021-11-13 00:20:45 +01:00
parent 59abd6dd53
commit 50120b420c

View file

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