build: remove vendored gamemode code

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2025-11-27 16:19:51 -05:00
parent e2c31569dc
commit 38afa3a94c
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
8 changed files with 9 additions and 361 deletions

View file

@ -1336,7 +1336,7 @@ else()
target_link_libraries(Launcher_logic LibArchive::LibArchive)
endif()
if (UNIX AND NOT CYGWIN AND NOT APPLE)
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
target_link_libraries(Launcher_logic
gamemode
)