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 bbc55eb56..2c6fc7657 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -182,7 +182,7 @@ if(ANDROID) | |||
| 182 | ) | 182 | ) |
| 183 | endif() | 183 | endif() |
| 184 | 184 | ||
| 185 | if (CMAKE_SYSTEM_NAME STREQUAL "Linux") | 185 | if (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 |