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

@@ -13,7 +13,7 @@ include(CMakePushCheckState)
include(GNUInstallDirs)
set(SDL_TESTS_LINK_SHARED_DEFAULT ON)
if(EMSCRIPTEN OR N3DS OR PS2 OR PSP OR VITA)
if(EMSCRIPTEN OR N3DS OR PS2 OR PSP OR RISCOS OR VITA)
set(SDL_TESTS_LINK_SHARED_DEFAULT OFF)
endif()