Skip to content

Commit

Permalink
PSP: Added missing object for generic TLS to Makefile.
Browse files Browse the repository at this point in the history
Thanks to the SDL mailing list (and later Bugzilla #3240) for pointing this out.
  • Loading branch information
philippwiesemann committed Feb 13, 2016
1 parent 7da168d commit 570215b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.psp
Expand Up @@ -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 \
Expand Down

0 comments on commit 570215b

Please sign in to comment.