aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/libdl-dependency.md
blob: fee780ca9ad9cce602999c6f9a207d5550b4e957 (plain)
1
2
3
4
5
6
7
8
## 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).