build.sh: update SDL3 version

This commit is contained in:
takase1121
2025-05-19 08:47:47 +08:00
parent ceea55e97d
commit fceb773d96
+1 -1
View File
@@ -45,7 +45,7 @@ main() {
local build_type="debug"
local prefix=/
local build_type="release"
local sdl3_version="${SDL3_VERSION:-3.2.8}"
local sdl3_version="${SDL3_VERSION:-3.2.14}"
local pkg_config_path
local cmake_build_type
local force_fallback