summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make.lua2
1 files changed, 1 insertions, 1 deletions
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',
},