mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Merge pull request #4499 from Waqar144/patch-1
Fix typo, its supposed to be #config
This commit is contained in:
Vendored
+1
-1
@@ -7,7 +7,7 @@ import c "core:c/libc"
|
|||||||
|
|
||||||
#assert(size_of(c.int) == size_of(b32))
|
#assert(size_of(c.int) == size_of(b32))
|
||||||
|
|
||||||
LUA_SHARED :: config(LUA_SHARED, false)
|
LUA_SHARED :: #config(LUA_SHARED, false)
|
||||||
|
|
||||||
when LUA_SHARED {
|
when LUA_SHARED {
|
||||||
when ODIN_OS == .Windows {
|
when ODIN_OS == .Windows {
|
||||||
|
|||||||
Reference in New Issue
Block a user