Compile SDL in libretro frontend

This commit is contained in:
wheremyfoodat
2024-08-18 01:18:08 +03:00
committed by GitHub
parent 992c9fb98c
commit 4a90b1ede1

View File

@@ -93,7 +93,7 @@ set(SDL_STATIC ON CACHE BOOL "" FORCE)
set(SDL_SHARED OFF CACHE BOOL "" FORCE)
set(SDL_TEST OFF CACHE BOOL "" FORCE)
if (NOT ANDROID AND NOT BUILD_LIBRETRO_CORE)
if (NOT ANDROID)
add_subdirectory(third_party/SDL2)
target_link_libraries(AlberCore PUBLIC SDL2-static)
endif()