Sign in
◑
Theme
qemu
/
meson
/
1e6c2a0c040a799671beeecfac84e97cf17afcd0
/
.
/
docs
/
markdown
/
snippets
/
libdl-dependency.md
blob: fee780ca9ad9cce602999c6f9a207d5550b4e957 [
file
] [
view
]
## New custom dependency for libdl
```
dependency('dl')
```
will now check
for
the functionality of libdl
.
so
,
but first check
if
it
is
provided
in
the libc
(
for
example
in
libc on
OpenBSD
or
in
musl libc on linux
).