Add linux binaries

This commit is contained in:
gingerBill
2023-04-05 16:16:48 +01:00
parent 3fa684d6ba
commit 012f386057
3 changed files with 4 additions and 0 deletions
BIN
View File
Binary file not shown.
Binary file not shown.
+4
View File
@@ -9,6 +9,10 @@ import c "core:c/libc"
when ODIN_OS == .Windows {
foreign import lib "windows/lua54dll.lib"
} else when ODIN_OS == .Linux {
foreign import lib "linux/liblua54.a"
} else {
#panic(`Unsupported platform of "vendor:lua/5.4"`)
}
VERSION_MAJOR :: "5"