Explorar o código

build gamemodeauto also as static library

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit %!s(int64=4) %!d(string=hai) anos
pai
achega
d4536c62af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/meson.build

+ 1 - 1
lib/meson.build

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