From dd5e0b913d516166e54cf736be3be211a1694d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9-Patrick=20Bubel?= Date: Mon, 16 Apr 2018 19:12:01 +0200 Subject: [PATCH] docs: describe what BORG_LIBZSTD_PREFIX does (cherry picked from commit 1ba0e8562127e2bbf286f5d1188226a5b864f14b) --- docs/usage_general.rst.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/usage_general.rst.inc b/docs/usage_general.rst.inc index b61444b97..bfebd74b4 100644 --- a/docs/usage_general.rst.inc +++ b/docs/usage_general.rst.inc @@ -247,6 +247,9 @@ Building: BORG_LIBB2_PREFIX Adds given prefix directory to the default locations. If a 'include/blake2.h' is found Borg will be linked against the system libb2 instead of a bundled implementation. (setup.py) + BORG_LIBZSTD_PREFIX + Adds given prefix directory to the default locations. If a 'include/zstd.h' is found Borg + will be linked against the system libzstd instead of a bundled implementation. (setup.py) Please note: