mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-03 15:48:20 +00:00
The posix4 library has been merged into the libc library
(cherry picked from commit 07e4dea693)
This commit is contained in:
committed by
Sam Lantinga
parent
ac21e3ef3f
commit
464cb0ab6e
@@ -823,7 +823,7 @@ macro(CheckPTHREAD)
|
||||
if(CMAKE_C_COMPILER_ID MATCHES "SunPro")
|
||||
set(PTHREAD_LDFLAGS "-mt -lpthread")
|
||||
else()
|
||||
set(PTHREAD_LDFLAGS "-pthread -lposix4")
|
||||
set(PTHREAD_LDFLAGS "-pthread")
|
||||
endif()
|
||||
elseif(SYSV5)
|
||||
set(PTHREAD_CFLAGS "-D_REENTRANT -Kthread")
|
||||
|
||||
Reference in New Issue
Block a user