Browse Source

Merge pull request #4499 from Waqar144/patch-1

Fix typo, its supposed to be #config
Jeroen van Rijn 9 months ago
parent
commit
5955881d3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/lua/5.2/lua.odin

+ 1 - 1
vendor/lua/5.2/lua.odin

@@ -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 {