From f86655cf78902b87840bc40b08bed7a10ce26a05 Mon Sep 17 00:00:00 2001 From: niubinghui Date: Wed, 31 Jul 2024 18:14:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9lua=E7=89=88=E6=9C=AC5.4=E7=BC=96=E8=AF=91=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=EF=BC=8C=E6=89=80=E6=9C=89=E4=BE=9D=E8=B5=96=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E8=87=B3dependence=E6=96=87=E4=BB=B6=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thirdPart/lua-5.4.6/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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