Skip to content

Commit

Permalink
updated SDL to support gamepad handling webOS 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jan 14, 2024
1 parent f33cacc commit cf5611f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ set(BUILD_SHARED_CORE_LIBS OFF)

if (TARGET_WEBOS)
set(CMAKE_INSTALL_LIBDIR lib/backports)
set(SDL2_BACKPORT_REVISION "c8cc2923342f82c55baef6185862badfe0af1ee3")
set(SDL2_BACKPORT_REVISION "a18683eded16fa4590c418068b68f195b5de7124")
include(ExternalSDL2BackportForWebOS)
unset(CMAKE_INSTALL_LIBDIR)
else ()
Expand Down

0 comments on commit cf5611f

Please sign in to comment.