aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/iconv-dependency.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/snippets/iconv-dependency.md b/docs/markdown/snippets/iconv-dependency.md
new file mode 100644
index 0000000..21a2985
--- /dev/null
+++ b/docs/markdown/snippets/iconv-dependency.md
@@ -0,0 +1,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).