From 1731ae023d51e9e591cbfd685969c9c119cc47eb Mon Sep 17 00:00:00 2001 From: Dima Pulkinen Date: Tue, 28 May 2024 12:53:52 +0300 Subject: [PATCH] fix psp installation prefix --- src/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/makefile b/src/makefile index 1480812..f54fa2a 100755 --- a/src/makefile +++ b/src/makefile @@ -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