From c9102c034f5e3c172d57ec09bf4d8975fcdd3aee Mon Sep 17 00:00:00 2001 From: actboy168 Date: Fri, 26 Apr 2024 21:37:44 +0800 Subject: [PATCH] cleanup --- compile/common.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/compile/common.lua b/compile/common.lua index e244de16..369e2732 100644 --- a/compile/common.lua +++ b/compile/common.lua @@ -243,32 +243,27 @@ lm:source_set "source_lua" { "3rd/lua/linit.c", }, defines = "MAKE_LIB", + visibility = "default", windows = { defines = "LUA_BUILD_AS_DLL", }, macos = { defines = "LUA_USE_MACOSX", - visibility = "default", }, linux = { defines = "LUA_USE_LINUX", - visibility = "default", }, netbsd = { defines = "LUA_USE_LINUX", - visibility = "default", }, freebsd = { defines = "LUA_USE_LINUX", - visibility = "default", }, openbsd = { defines = "LUA_USE_LINUX", - visibility = "default", }, android = { defines = "LUA_USE_LINUX", - visibility = "default", }, msvc = { sources = ("3rd/lua/fast_setjmp_%s.s"):format(lm.arch)