Explorar el Código

PSP: Added missing object for generic TLS to Makefile.

Thanks to the SDL mailing list (and later Bugzilla #3240) for pointing this out.
Philipp Wiesemann hace 10 años
padre
commit
570215b9da
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Makefile.psp

+ 1 - 0
Makefile.psp

@@ -49,6 +49,7 @@ OBJS= src/SDL.o \
       src/stdlib/SDL_stdlib.o \
       src/stdlib/SDL_stdlib.o \
       src/stdlib/SDL_string.o \
       src/stdlib/SDL_string.o \
       src/thread/SDL_thread.o \
       src/thread/SDL_thread.o \
+      src/thread/generic/SDL_systls.o \
       src/thread/psp/SDL_syssem.o \
       src/thread/psp/SDL_syssem.o \
       src/thread/psp/SDL_systhread.o \
       src/thread/psp/SDL_systhread.o \
       src/thread/psp/SDL_sysmutex.o \
       src/thread/psp/SDL_sysmutex.o \