Replace platform backends by SDL
This commit is contained in:
@@ -16,10 +16,3 @@ EXAMPLE.Libraries = {
|
||||
"NazaraRenderer",
|
||||
"NazaraUtility"
|
||||
}
|
||||
|
||||
if (Config.PlatformSDL2) then
|
||||
table.insert(EXAMPLE.Defines, "NAZARA_PLATFORM_SDL2")
|
||||
|
||||
assert(Config.PlatformSDL2_Path)
|
||||
EXAMPLE.Includes = Config.PlatformSDL2_Path .. "/include"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user