mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-19 14:11:07 +00:00
Add linux binaries
This commit is contained in:
BIN
vendor/lua/5.4/linux/liblua54.a
vendored
Normal file
BIN
vendor/lua/5.4/linux/liblua54.a
vendored
Normal file
Binary file not shown.
BIN
vendor/lua/5.4/linux/liblua54.so
vendored
Normal file
BIN
vendor/lua/5.4/linux/liblua54.so
vendored
Normal file
Binary file not shown.
4
vendor/lua/5.4/lua.odin
vendored
4
vendor/lua/5.4/lua.odin
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user