소스 검색

docs: describe what BORG_LIBZSTD_PREFIX does

André-Patrick Bubel 7 년 전
부모
커밋
1ba0e85621
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      docs/usage_general.rst.inc

+ 3 - 0
docs/usage_general.rst.inc

@@ -243,6 +243,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: