mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-04 06:12:04 +08:00
Use -lpthread on OpenBSD
This commit is contained in:
+1
-1
@@ -3063,7 +3063,7 @@ dnl This is used on Linux for glibc binary compatibility (Doh!)
|
||||
;;
|
||||
*-*-openbsd*)
|
||||
pthread_cflags="-D_REENTRANT"
|
||||
pthread_lib="-pthread"
|
||||
pthread_lib="-lpthread"
|
||||
;;
|
||||
*-*-solaris2.9)
|
||||
# From Solaris 9+, posix4's preferred name is rt.
|
||||
|
||||
Reference in New Issue
Block a user