Merge pull request #12227 from jbeich/gamemode

cmake: unbreak build on FreeBSD by re-enabling gamemode
This commit is contained in:
liamwhite 2023-11-30 09:21:19 -05:00 committed by GitHub
commit 360381aaaf
2 changed files with 2 additions and 2 deletions

View file

@ -193,7 +193,7 @@ if (ANDROID)
endif()
endif()
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
if (UNIX AND NOT APPLE)
add_subdirectory(gamemode)
endif()