Skip to content

Commit

Permalink
meson: add missing dependency to libdl
Browse files Browse the repository at this point in the history
Follow-up for 1c20c9f.

Fixes systemd#31550 (comment).
  • Loading branch information
yuwata authored and n3rdopolis committed Mar 22, 2024
1 parent c569a10 commit 41b9f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/basic/meson.build
Expand Up @@ -276,6 +276,7 @@ libbasic = static_library(
fundamental_sources,
include_directories : basic_includes,
dependencies : [libcap,
libdl,
liblz4_cflags,
libm,
librt,
Expand Down

0 comments on commit 41b9f43

Please sign in to comment.