Skip to content

Commit b666d13

Browse files
authored
Merge pull request #138 from zengjie/master
Allow specify Lua 5.1, 5.2 as target version
2 parents d4baae5 + 7106690 commit b666d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommandLineParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const optionDeclarations: { [key: string]: yargs.Options } = {
3131
},
3232
luaTarget: {
3333
alias: "lt",
34-
choices: ["JIT", "5.3"],
34+
choices: ["JIT", "5.3", "5.2", "5.1"],
3535
default: "JIT",
3636
describe: "Specify Lua target version.",
3737
type: "string",

0 commit comments

Comments
 (0)