1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-06 22:36:31 -05:00

general: conditionally compile gamemode on linux only

This commit is contained in:
Liam
2023-11-29 14:17:12 -05:00
parent aded28f276
commit 5eec980a2d
3 changed files with 3 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ if(ANDROID)
)
endif()
if (UNIX)
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
target_sources(common PRIVATE
linux/gamemode.cpp
linux/gamemode.h