mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 05:31:25 +02:00
14 lines
344 B
Diff
14 lines
344 B
Diff
See https://mesonbuild.com/Build-targets.html
|
|
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -304,7 +304,7 @@
|
|
endforeach
|
|
|
|
libsystemd_sym_path = '@0@/@1@'.format(meson.current_source_dir(), libsystemd_sym)
|
|
-libsystemd = shared_library(
|
|
+libsystemd = library(
|
|
'basu',
|
|
soversion : soversion,
|
|
include_directories : includes,
|