Remove LUA_USE_WINDOWS define
as it's defined by luaconf.h
This commit is contained in:
4
thirdparty/build/lua.lua
vendored
4
thirdparty/build/lua.lua
vendored
@@ -9,10 +9,6 @@ LIBRARY.Files = {
|
|||||||
"../thirdparty/src/Lua/*.cpp"
|
"../thirdparty/src/Lua/*.cpp"
|
||||||
}
|
}
|
||||||
|
|
||||||
LIBRARY.OsDefines.Windows = {
|
|
||||||
"LUA_USE_WINDOWS"
|
|
||||||
}
|
|
||||||
|
|
||||||
LIBRARY.OsDefines.Posix = {
|
LIBRARY.OsDefines.Posix = {
|
||||||
"LUA_USE_LINUX"
|
"LUA_USE_LINUX"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user