Should be elif.

This commit is contained in:
Adam Harrison 2021-09-16 16:28:02 -04:00
parent 10c3c9d4cf
commit 1721b8f1c9
1 changed files with 1 additions and 1 deletions

View File

@ -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");