blob: 21a2985415c79af4bd3e9816bbceddbd22e3cd04 (
plain)
1
2
3
4
5
6
7
8
|
## New custom dependency for iconv
```
dependency('iconv')
```
will now check for the functionality of libiconv.so, but first check if it is
provided in the libc (for example in glibc or musl libc on Linux).
|