Remove LUA_USE_WINDOWS define
as it's defined by luaconf.h
This commit is contained in:
parent
ee3b5347b8
commit
966c0b32aa
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue