mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 01:05:59 +00:00
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:
parent
483bed9540
commit
03d2c95931
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user