mirror of
https://github.com/yawut/SDL.git
synced 2026-08-26 02:35:06 -05:00
Hmm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user