mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
meson: use static_libsystemd_pic
This commit is contained in:
@@ -1675,7 +1675,7 @@ install_libsystemd_static = static_library(
|
||||
build_by_default : static_libsystemd != 'false',
|
||||
install : static_libsystemd != 'false',
|
||||
install_dir : rootlibdir,
|
||||
pic : static_libsystemd == 'true' or static_libsystemd == 'pic',
|
||||
pic : static_libsystemd_pic,
|
||||
dependencies : [threads,
|
||||
librt,
|
||||
libxz,
|
||||
|
||||
Reference in New Issue
Block a user