cmake: no shared SDL libraries for riscos

This commit is contained in:
Anonymous Maarten
2023-02-16 20:29:36 +01:00
committed by Sam Lantinga
parent e203046a5c
commit 4d8a50912b
3 changed files with 3 additions and 2 deletions

View File

@@ -323,7 +323,7 @@ if(EMSCRIPTEN)
set(SDL_CPUINFO_ENABLED_BY_DEFAULT OFF)
endif()
if(VITA OR PSP OR PS2 OR N3DS)
if(VITA OR PSP OR PS2 OR N3DS OR RISCOS)
set(SDL_SHARED_ENABLED_BY_DEFAULT OFF)
set(SDL_LOADSO_ENABLED_BY_DEFAULT OFF)
endif()