瀏覽代碼

build gamemodeauto also as static library

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit 4 年之前
父節點
當前提交
d4536c62af
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',