build gamemodeauto also as static library

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
Stephan Lachnit 2020-06-17 11:29:37 +02:00 committed by afayaz-feral
parent 785df22274
commit d4536c62af

View File

@ -25,7 +25,7 @@ libgamemode_includes = [
]
# Small library to automatically use gamemode
gamemodeauto = shared_library(
gamemodeauto = both_libraries(
'gamemodeauto',
sources: [
'client_loader.c',