mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Add linux binaries
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
+4
@@ -9,6 +9,10 @@ import c "core:c/libc"
|
|||||||
|
|
||||||
when ODIN_OS == .Windows {
|
when ODIN_OS == .Windows {
|
||||||
foreign import lib "windows/lua54dll.lib"
|
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"
|
VERSION_MAJOR :: "5"
|
||||||
|
|||||||
Reference in New Issue
Block a user