mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
run psp-fixup-imports after linking
svn-id: r40037
This commit is contained in:
parent
64fef497df
commit
dadcc3289f
6
backends/platform/psp/psp.mk
Normal file
6
backends/platform/psp/psp.mk
Normal file
@ -0,0 +1,6 @@
|
||||
all: psp_fixup_elf
|
||||
|
||||
psp_fixup_elf: scummvm.elf
|
||||
$(PSPDEV)/bin/psp-fixup-imports $<
|
||||
|
||||
.PHONY: psp_fixup_elf
|
1
configure
vendored
1
configure
vendored
@ -1315,6 +1315,7 @@ if test -n "$_host"; then
|
||||
_build_scalers="no"
|
||||
_build_hq_scalers="no"
|
||||
_mt32emu="no"
|
||||
add_line_to_config_mk 'include $(srcdir)/backends/platform/psp/psp.mk'
|
||||
;;
|
||||
*)
|
||||
echo "Continuing with auto-detected values ... if you have problems, please add your target to configure."
|
||||
|
Loading…
x
Reference in New Issue
Block a user