Sign in
qemu
/
meson
/
refs/heads/linkmsg
/
.
/
docs
/
markdown
/
snippets
/
iconv-dependency.md
blob: 21a2985415c79af4bd3e9816bbceddbd22e3cd04 [
file
] [
log
] [
blame
] [
view
]
## 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
).