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