【修改】修改lua版本5.4编译路径,所有依赖移动至dependence文件夹

This commit is contained in:
niubinghui
2024-07-31 18:14:44 +08:00
parent 4dc31bfe1b
commit f86655cf78

View File

@@ -10,7 +10,7 @@ PLAT= guess
# 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
# LUA_ROOT, LUA_LDIR, and LUA_CDIR in luaconf.h.
INSTALL_TOP= ./../../../output
INSTALL_TOP= ./../../../dependence
INSTALL_BIN= $(INSTALL_TOP)/bin
INSTALL_INC= $(INSTALL_TOP)/include
INSTALL_LIB= $(INSTALL_TOP)/lib