Browse Source

docs: describe what BORG_LIBZSTD_PREFIX does

(cherry picked from commit 1ba0e8562127e2bbf286f5d1188226a5b864f14b)
André-Patrick Bubel 7 years ago
parent
commit
dd5e0b913d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/usage_general.rst.inc

+ 3 - 0
docs/usage_general.rst.inc

@@ -247,6 +247,9 @@ Building:
     BORG_LIBB2_PREFIX
     BORG_LIBB2_PREFIX
         Adds given prefix directory to the default locations. If a 'include/blake2.h' is found Borg
         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)
         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:
 Please note: