mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-29 02:34:23 +00:00
cmake: no shared SDL libraries for riscos
This commit is contained in:
committed by
Sam Lantinga
parent
e203046a5c
commit
4d8a50912b
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user