diff options
| author | niubinghui <[email protected]> | 2024-07-31 18:14:44 +0800 |
|---|---|---|
| committer | niubinghui <[email protected]> | 2024-07-31 18:14:44 +0800 |
| commit | f86655cf78902b87840bc40b08bed7a10ce26a05 (patch) | |
| tree | b16c3485f24d503bd9aa10a57e4a54ce3d330fd4 | |
| parent | 4dc31bfe1bdad76978d96c3b9e4509638984f43f (diff) | |
【修改】修改lua版本5.4编译路径,所有依赖移动至dependence文件夹
| -rw-r--r-- | thirdPart/lua-5.4.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdPart/lua-5.4.6/Makefile b/thirdPart/lua-5.4.6/Makefile index 4291113..762c10f 100644 --- a/thirdPart/lua-5.4.6/Makefile +++ b/thirdPart/lua-5.4.6/Makefile @@ -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 |
