PSP: Added missing object for generic TLS to Makefile.

Thanks to the SDL mailing list (and later Bugzilla #3240) for pointing this out.
This commit is contained in:
Philipp Wiesemann
2016-02-13 17:34:14 +01:00
parent f383de7fd6
commit ffc2d436c3

View File

@@ -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 \