【修改】修改lua版本5.4编译路径,所有依赖移动至dependence文件夹
This commit is contained in:
@@ -10,7 +10,7 @@ PLAT= guess
|
|||||||
# so take care if INSTALL_TOP is not an absolute path. See the local target.
|
# so take care if INSTALL_TOP is not an absolute path. See the local target.
|
||||||
# You may want to make INSTALL_LMOD and INSTALL_CMOD consistent with
|
# You may want to make INSTALL_LMOD and INSTALL_CMOD consistent with
|
||||||
# LUA_ROOT, LUA_LDIR, and LUA_CDIR in luaconf.h.
|
# LUA_ROOT, LUA_LDIR, and LUA_CDIR in luaconf.h.
|
||||||
INSTALL_TOP= ./../../../output
|
INSTALL_TOP= ./../../../dependence
|
||||||
INSTALL_BIN= $(INSTALL_TOP)/bin
|
INSTALL_BIN= $(INSTALL_TOP)/bin
|
||||||
INSTALL_INC= $(INSTALL_TOP)/include
|
INSTALL_INC= $(INSTALL_TOP)/include
|
||||||
INSTALL_LIB= $(INSTALL_TOP)/lib
|
INSTALL_LIB= $(INSTALL_TOP)/lib
|
||||||
|
|||||||
Reference in New Issue
Block a user