Skip to content

Commit 40dbce3

Browse files
committed
meson: use static_libsystemd_pic
1 parent a0e150b commit 40dbce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ install_libsystemd_static = static_library(
16751675
build_by_default : static_libsystemd != 'false',
16761676
install : static_libsystemd != 'false',
16771677
install_dir : rootlibdir,
1678-
pic : static_libsystemd == 'true' or static_libsystemd == 'pic',
1678+
pic : static_libsystemd_pic,
16791679
dependencies : [threads,
16801680
librt,
16811681
libxz,

0 commit comments

Comments
 (0)