Skip to content

Commit f25dacc

Browse files
wjhowardbobtfish
andauthored
Loslib (#13)
* Initial commit * loslib.rs refactoring * loslib.rs refactoring * Cargo fmt * libc imports * Move lapi to imports * import lauxlib * Fix up libc stuff * Move more types around * Fix a couple of types that are more strict * cargo fmt Co-authored-by: Tomas Doran <[email protected]>
1 parent 3ac0eb7 commit f25dacc

File tree

4 files changed

+445
-410
lines changed

4 files changed

+445
-410
lines changed

build/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ fn main() {
1515
.file("build/lcorolib.c")
1616
.file("build/ldblib.c")
1717
.file("build/liolib.c")
18-
.file("build/loslib.c")
1918
.file("build/lstrlib.c")
2019
.file("build/lua.c")
2120
.compile("lua");

0 commit comments

Comments
 (0)