fix: exclude Android from gamemode sources in CMakeLists.txt

This commit is contained in:
Producdevity 2025-07-27 13:14:44 +02:00
parent 6cb45e67fc
commit 3e3e35f558

View file

@ -196,7 +196,7 @@ if(ANDROID)
) )
endif() endif()
if (UNIX AND NOT APPLE) if (UNIX AND NOT APPLE AND NOT ANDROID)
target_sources(common PRIVATE target_sources(common PRIVATE
linux/gamemode.cpp linux/gamemode.cpp
linux/gamemode.h linux/gamemode.h