Преглед изворни кода

Merge pull request #3838 from ThomasWaldmann/libzstd-docs-1.1

docs: describe what BORG_LIBZSTD_PREFIX does
TW пре 7 година
родитељ
комит
60dc493d49
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      docs/usage_general.rst.inc

+ 3 - 0
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: