mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-27 21:08:21 +01:00
retire LUAV for libraries and includes (only one lua version at a time)
This commit is contained in:
parent
1731ae023d
commit
4ceb85834b
@ -111,13 +111,12 @@ LDIR_solaris?=share/lua/$(LUAV)
|
|||||||
ifeq ($(PLAT),psp)
|
ifeq ($(PLAT),psp)
|
||||||
PSP_PREFIX=$(shell psp-config -P)
|
PSP_PREFIX=$(shell psp-config -P)
|
||||||
endif
|
endif
|
||||||
LUAINC_psp_base?=$(PSP_PREFIX)/include
|
LUAINC_psp?=$(PSP_PREFIX)/include
|
||||||
LUAINC_psp?=$(LUAINC_psp_base)/lua$(LUAV)
|
|
||||||
LUAPREFIX_psp?=/psp
|
LUAPREFIX_psp?=/psp
|
||||||
CDIR_psp?=lib/lua$(LUAV)
|
CDIR_psp?=lib/lua/$(LUAV)
|
||||||
LDIR_psp?=share/lua$(LUAV)
|
LDIR_psp?=share/lua/$(LUAV)
|
||||||
LUALIB_psp_base?=$(PSP_PREFIX)/lib
|
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
|
# prefix: /usr/local /usr /opt/local /sw
|
||||||
# the top of the default install tree
|
# the top of the default install tree
|
||||||
|
Loading…
Reference in New Issue
Block a user