mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 15:47:20 +02:00
Don't force installation of static libgamemodeauto
Defining the library with `library` rather than `both_libraries` allows the user to choose which type they want to install using `-Ddefault_library`. Closes: https://github.com/FeralInteractive/gamemode/issues/287
This commit is contained in:
parent
4cffdef805
commit
b103bfdd60
@ -25,7 +25,7 @@ gamemode_headers_includes = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
# Small library to automatically use gamemode
|
# Small library to automatically use gamemode
|
||||||
libgamemodeauto = both_libraries(
|
libgamemodeauto = library(
|
||||||
'gamemodeauto',
|
'gamemodeauto',
|
||||||
sources: [
|
sources: [
|
||||||
'client_loader.c',
|
'client_loader.c',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user