Fix Makefile again; use PSP targeted sdl-config, not the system-wide one.

If you need to adjust this to build then your toolchain setup is broken!

svn-id: r45108
This commit is contained in:
Joost Peters 2009-10-15 08:38:42 +00:00
parent 483bed9540
commit 03d2c95931

View File

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