diff options
-rw-r--r-- | backends/platform/psp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile index 2f43eba7aa..22086c26d0 100644 --- a/backends/platform/psp/Makefile +++ b/backends/platform/psp/Makefile @@ -126,8 +126,8 @@ ENABLED = STATIC_PLUGIN endif # SDL Libs and Flags -SDLFLAGS := $(shell sdl-config --cflags) -SDLLIBS := $(shell sdl-config --libs) +SDLFLAGS := $(shell $(PSPBIN)/sdl-config --cflags) +SDLLIBS := $(shell $(PSPBIN)/sdl-config --libs) # PSP LIBS PSPLIBS = -lpspdisplay -lpspgu -lpspctrl -lpspsdk -lpspnet \ -lpspnet_inet -lpsputility -lpspuser -lpsppower |