change libsdl to libsdl2
This commit is contained in:
@@ -7,7 +7,7 @@ if is_plat("linux") and is_arch("arm64-v8a") then
|
||||
add_defines("BLITZ_GL_LOADER_GLEW")
|
||||
end
|
||||
|
||||
add_requires("libsdl 2.28.5", {configs = {sdlmain = false}})
|
||||
add_requires("libsdl2 2.28.5", {configs = {sdlmain = false}})
|
||||
add_requires("imgui 1.90", {configs = {sdl2 = true, opengl3 = true}})
|
||||
add_requires(opengl, "assimp 5.3.1", "nlohmann_json", "openal-soft", "stb")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user