Explorar el Código

build gamemodeauto also as static library

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit hace 4 años
padre
commit
d4536c62af
Se han modificado 1 ficheros con 1 adiciones y 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',