diff options
Diffstat (limited to '3rdparty/SDL2/Makefile.psp')
-rw-r--r-- | 3rdparty/SDL2/Makefile.psp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/SDL2/Makefile.psp b/3rdparty/SDL2/Makefile.psp index 5e7dcd29ae6..93fb9e447a0 100644 --- a/3rdparty/SDL2/Makefile.psp +++ b/3rdparty/SDL2/Makefile.psp @@ -49,6 +49,7 @@ OBJS= src/SDL.o \ src/stdlib/SDL_stdlib.o \ src/stdlib/SDL_string.o \ src/thread/SDL_thread.o \ + src/thread/generic/SDL_systls.o \ src/thread/psp/SDL_syssem.o \ src/thread/psp/SDL_systhread.o \ src/thread/psp/SDL_sysmutex.o \ |