meson: allow static linking

pull/44/head
Jan Beich 2020-07-22 04:37:35 +00:00 committed by Andri Yngvason
parent b52f5cd6c9
commit e862347ab5
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ configure_file(
configuration: config,
)
neatvnc = shared_library(
neatvnc = library(
'neatvnc',
sources,
version: '0.0.0',