We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d244b commit 3602744Copy full SHA for 3602744
8 files changed
build/build.rs
@@ -6,7 +6,6 @@ fn main() {
6
// Lua core
7
.file("build/lcode.c")
8
.file("build/lgc.c")
9
- .file("build/llex.c")
10
.file("build/lparser.c")
11
// Non core libs
12
.file("build/lbaselib.c")
0 commit comments