Skip to content

Commit

Permalink
fix psp installation prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
tpimh committed May 28, 2024
1 parent dedc748 commit 1731ae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1731ae0

Please sign in to comment.