Skip to content

Commit bc844df

Browse files
committed
Remove header from lualib
1 parent 14bbeb3 commit bc844df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_lualib.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ compile([
1515
"./dist/lualib",
1616
"--rootDir",
1717
"./src/lualib",
18+
"--noHeader",
19+
"true",
1820
...glob.sync("./src/lualib/*.ts"),
1921
]);
2022

0 commit comments

Comments
 (0)