fix psp installation prefix

This commit is contained in:
Dima Pulkinen 2024-05-28 12:53:52 +03:00
parent dedc7484c7
commit 1731ae023d

View File

@ -113,9 +113,9 @@ PSP_PREFIX=$(shell psp-config -P)
endif
LUAINC_psp_base?=$(PSP_PREFIX)/include
LUAINC_psp?=$(LUAINC_psp_base)/lua$(LUAV)
LUAPREFIX_psp?=/usr/local/
CDIR_psp?=lib/lua/$(LUAV)
LDIR_psp?=share/lua/$(LUAV)
LUAPREFIX_psp?=/psp
CDIR_psp?=lib/lua$(LUAV)
LDIR_psp?=share/lua$(LUAV)
LUALIB_psp_base?=$(PSP_PREFIX)/lib
LUALIB_psp=$(LUALIB_psp_base)/liblua$(LUAV).a