From e49612e4c4ca71f811c3fb589e7e7acbbeb049fc Mon Sep 17 00:00:00 2001 From: actboy168 Date: Fri, 15 Oct 2021 15:15:54 +0800 Subject: =?UTF-8?q?=E4=B8=8D=E5=AF=BC=E5=87=BA=E4=BB=BB=E4=BD=95=E7=AC=A6?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.lua b/make.lua index 1428aea3..07affddd 100644 --- a/make.lua +++ b/make.lua @@ -5,13 +5,13 @@ local exe = platform.OS == 'Windows' and ".exe" or "" lm.bindir = "bin/"..platform.OS lm.EXE_DIR = "" +lm.INTERNAL = "on" lm:import "3rd/bee.lua/make.lua" lm:source_set 'lpeglabel' { rootdir = '3rd', includes = "bee.lua/3rd/lua", sources = "lpeglabel/*.c", - visibility = 'default', defines = { 'MAXRECLEVEL=1000', }, -- cgit v1.2.3