Skip to content

Commit fb87646

Browse files
committed
Fied luaTarget beeing set incorrectly
1 parent 19cab94 commit fb87646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gulp.task("lualib", () => {
2222
compile([
2323
"-ah",
2424
"--dontRequireLuaLib",
25-
"-lt",
25+
"--luaTarget",
2626
"5.1",
2727
"--outDir",
2828
"./dist/lualib",

0 commit comments

Comments
 (0)