mirror of
https://github.com/yawut/SDL.git
synced 2026-08-08 19:58:27 -05:00
Hmm
This commit is contained in:
parent
c471939f85
commit
0b9b370b62
|
|
@ -1307,7 +1307,7 @@ CopyUnixThreadSource()
|
|||
if test x$use_pthreads = xyes -o x$use_clone = xyes; then
|
||||
# Basic thread creation functions
|
||||
COPY_ARCH_SRC(src/thread, linux, SDL_systhread.c)
|
||||
if test x$use_pthreads != xyes; then
|
||||
if test x$use_clone = xyes; then
|
||||
COPY_ARCH_SRC(src/thread, linux, clone.S)
|
||||
fi
|
||||
COPY_ARCH_SRC(src/thread, linux, SDL_systhread_c.h)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user