fix: exclude Android from gamemode
sources in CMakeLists.txt
This commit is contained in:
parent
6cb45e67fc
commit
3e3e35f558
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ if(ANDROID)
|
|||
)
|
||||
endif()
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
if (UNIX AND NOT APPLE AND NOT ANDROID)
|
||||
target_sources(common PRIVATE
|
||||
linux/gamemode.cpp
|
||||
linux/gamemode.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue