summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-11-29 23:11:36 +0100
committerJan Beich <jbeich@FreeBSD.org>2023-11-30 00:05:11 +0100
commitdf96caec793fbf4262a2dee2a77cbd09725a078d (patch)
treebcb255472ae86f2030831c1986ca3d0191ae159f /src/common
parentMerge pull request #12223 from liamwhite/fruit-company (diff)
downloadyuzu-df96caec793fbf4262a2dee2a77cbd09725a078d.tar
yuzu-df96caec793fbf4262a2dee2a77cbd09725a078d.tar.gz
yuzu-df96caec793fbf4262a2dee2a77cbd09725a078d.tar.bz2
yuzu-df96caec793fbf4262a2dee2a77cbd09725a078d.tar.lz
yuzu-df96caec793fbf4262a2dee2a77cbd09725a078d.tar.xz
yuzu-df96caec793fbf4262a2dee2a77cbd09725a078d.tar.zst
yuzu-df96caec793fbf4262a2dee2a77cbd09725a078d.zip
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 2651daadb..289760c40 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -174,7 +174,7 @@ if(ANDROID)
)
endif()
-if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
+if (UNIX AND NOT APPLE)
target_sources(common PRIVATE
linux/gamemode.cpp
linux/gamemode.h