mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
Compile SDL in libretro frontend
This commit is contained in:
parent
992c9fb98c
commit
4a90b1ede1
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue