Remove LUA_USE_WINDOWS define

as it's defined by luaconf.h
This commit is contained in:
Jérôme Leclercq 2020-09-05 12:56:06 +02:00
parent ee3b5347b8
commit 966c0b32aa
1 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@ LIBRARY.Files = {
"../thirdparty/src/Lua/*.cpp"
}
LIBRARY.OsDefines.Windows = {
"LUA_USE_WINDOWS"
}
LIBRARY.OsDefines.Posix = {
"LUA_USE_LINUX"
}