Should be elif.
This commit is contained in:
parent
10c3c9d4cf
commit
1721b8f1c9
|
@ -146,7 +146,7 @@ init_lua:
|
|||
#ifdef MACOS_USE_BUNDLE
|
||||
set_macos_bundle_resources(L);
|
||||
#endif
|
||||
#elsif _WIN32
|
||||
#elif _WIN32
|
||||
lua_setglobal(L, "WINDOWS");
|
||||
#else
|
||||
lua_setglobal(L, "LINUX");
|
||||
|
|
Loading…
Reference in New Issue