Merge pull request #4499 from Waqar144/patch-1

Fix typo, its supposed to be #config
This commit is contained in:
Jeroen van Rijn
2024-11-18 20:18:43 +01:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@ import c "core:c/libc"
#assert(size_of(c.int) == size_of(b32))
LUA_SHARED :: config(LUA_SHARED, false)
LUA_SHARED :: #config(LUA_SHARED, false)
when LUA_SHARED {
when ODIN_OS == .Windows {