mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 16:55:29 -05:00
Fixed (?) semaphore support on HPUX 11.x ...
This commit is contained in:
@@ -1176,6 +1176,10 @@ CheckPTHREAD()
|
||||
pthread_cflags="-D_REENTRANT -mthreads"
|
||||
pthread_lib="-lpthread"
|
||||
;;
|
||||
*-*-hpux11*)
|
||||
pthread_cflags="-D_REENTRANT"
|
||||
pthread_lib="-L/usr/lib -lpthread"
|
||||
;;
|
||||
*-*-qnx*)
|
||||
pthread_cflags=""
|
||||
pthread_lib=""
|
||||
|
||||
Reference in New Issue
Block a user