retire LUAV for libraries and includes (only one lua version at a time)

This commit is contained in:
Dima Pulkinen 2024-07-12 10:21:07 +03:00
parent 1731ae023d
commit 4ceb85834b

View File

@ -111,13 +111,12 @@ LDIR_solaris?=share/lua/$(LUAV)
ifeq ($(PLAT),psp)
PSP_PREFIX=$(shell psp-config -P)
endif
LUAINC_psp_base?=$(PSP_PREFIX)/include
LUAINC_psp?=$(LUAINC_psp_base)/lua$(LUAV)
LUAINC_psp?=$(PSP_PREFIX)/include
LUAPREFIX_psp?=/psp
CDIR_psp?=lib/lua$(LUAV)
LDIR_psp?=share/lua$(LUAV)
CDIR_psp?=lib/lua/$(LUAV)
LDIR_psp?=share/lua/$(LUAV)
LUALIB_psp_base?=$(PSP_PREFIX)/lib
LUALIB_psp=$(LUALIB_psp_base)/liblua$(LUAV).a
LUALIB_psp=$(LUALIB_psp_base)/liblua.a
# prefix: /usr/local /usr /opt/local /sw
# the top of the default install tree