~emersion/basu

075e3daa2f2c6b58b8878ed71f50f8b636d492a3 — Jakub Jirutka 2 years ago 87ba333
meson: Allow to build both shared and static library

See https://mesonbuild.com/Build-targets.html for more information.
1 files changed, 1 insertions(+), 1 deletions(-)

M meson.build
M meson.build => meson.build +1 -1
@@ 304,7 304,7 @@ foreach tuple : tests
endforeach

libsystemd_sym_path = '@0@/@1@'.format(meson.current_source_dir(), libsystemd_sym)
libsystemd = shared_library(
libsystemd = library(
        'basu',
        soversion : soversion,
        include_directories : includes,