Fixed building thread code under BSD/OS (thanks Steven!)
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40600
This commit is contained in:
parent
93db5107c9
commit
0595869199
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue