diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 2651daadb..289760c40 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -174,7 +174,7 @@ if(ANDROID) | |||
| 174 | ) | 174 | ) |
| 175 | endif() | 175 | endif() |
| 176 | 176 | ||
| 177 | if (CMAKE_SYSTEM_NAME STREQUAL "Linux") | 177 | if (UNIX AND NOT APPLE) |
| 178 | target_sources(common PRIVATE | 178 | target_sources(common PRIVATE |
| 179 | linux/gamemode.cpp | 179 | linux/gamemode.cpp |
| 180 | linux/gamemode.h | 180 | linux/gamemode.h |