docs: describe what BORG_LIBZSTD_PREFIX does

(cherry picked from commit 1ba0e85621)
This commit is contained in:
André-Patrick Bubel 2018-04-16 19:12:01 +02:00 committed by Thomas Waldmann
parent 7912fbc610
commit dd5e0b913d
1 changed files with 3 additions and 0 deletions

View File

@ -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: