Skip to content

Commit aaa69e5

Browse files
committed
lua版本允许外部指定
1 parent da401bf commit aaa69e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile/common.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lm:required_version "1.6"
44

55
lm.compile_commands = "$builddir"
66

7-
lm.lua = "54"
7+
lm.lua = lm.lua or "54"
88
lm.luadir = lm:path("3rd/lua"..lm.lua)
99

1010
local function macos_version()

0 commit comments

Comments
 (0)