Skip to content

Commit

Permalink
use prebuilt SDL2
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Oct 31, 2024
1 parent 13add1a commit 6059c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ set(BUILD_SHARED_CORE_LIBS OFF)

if (TARGET_WEBOS)
set(CMAKE_INSTALL_LIBDIR lib/backports)
set(SDL2_BACKPORT_REVISION "release-2.30.8-webos.3")
set(SDL2_BACKPORT_RELEASE "release-2.30.8-webos.3")
include(ExternalSDL2BackportForWebOS)
unset(CMAKE_INSTALL_LIBDIR)
else ()
Expand Down
2 changes: 1 addition & 1 deletion third_party/commons

0 comments on commit 6059c46

Please sign in to comment.