Sign in
qemu
/
meson
/
refs/heads/pyrefix
/
.
/
docs
/
markdown
/
snippets
/
libdl-dependency.md
blob: fee780ca9ad9cce602999c6f9a207d5550b4e957 [
file
] [
log
] [
blame
] [
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
).