mirror of
https://github.com/yawut/SDL.git
synced 2026-08-24 01:35:39 -05:00
Fixed building thread code under BSD/OS (thanks Steven!)
This commit is contained in:
@@ -1333,6 +1333,8 @@ CopyUnixThreadSource()
|
||||
*-*-bsdi*)
|
||||
COPY_ARCH_SRC(src/thread, bsdi, SDL_syssem.c)
|
||||
COPY_ARCH_SRC(src/thread, generic, SDL_syssem_c.h)
|
||||
COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex.c)
|
||||
COPY_ARCH_SRC(src/thread, linux, SDL_sysmutex_c.h)
|
||||
;;
|
||||
*)
|
||||
if test x$glibc20_pthreads = xyes; then
|
||||
|
||||
Reference in New Issue
Block a user