mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
The posix4 library has been merged into the libc library
This commit is contained in:
parent
9820f655dd
commit
07e4dea693
1 changed files with 1 additions and 1 deletions
|
|
@ -835,7 +835,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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue