mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
general: conditionally compile gamemode on linux only
This commit is contained in:
@@ -174,7 +174,7 @@ if(ANDROID)
|
||||
)
|
||||
endif()
|
||||
|
||||
if (UNIX)
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||
target_sources(common PRIVATE
|
||||
linux/gamemode.cpp
|
||||
linux/gamemode.h
|
||||
|
||||
Reference in New Issue
Block a user