mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
cmake: disable oss by default on OpenBSD, not FreeBSD
This fixes ed3fad1880
This commit is contained in:
parent
ceac93ade2
commit
5772e00c3f
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ if(VITA OR PSP OR PS2 OR N3DS OR RISCOS)
|
|||
set(SDL_LOADSO_DEFAULT OFF)
|
||||
endif()
|
||||
|
||||
if((RISCOS OR UNIX_SYS) AND NOT (LINUX OR NETBSD OR FREEBSD))
|
||||
if((RISCOS OR UNIX_SYS) AND NOT (LINUX OR NETBSD OR OPENBSD))
|
||||
set(SDL_OSS_DEFAULT ON)
|
||||
else()
|
||||
set(SDL_OSS_DEFAULT OFF)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue