summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index bbc55eb56..2c6fc7657 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -182,7 +182,7 @@ if(ANDROID)
182 ) 182 )
183endif() 183endif()
184 184
185if (CMAKE_SYSTEM_NAME STREQUAL "Linux") 185if (UNIX AND NOT APPLE)
186 target_sources(common PRIVATE 186 target_sources(common PRIVATE
187 linux/gamemode.cpp 187 linux/gamemode.cpp
188 linux/gamemode.h 188 linux/gamemode.h