summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2018-11-18 12:22:10 (GMT)
committerVincent Torri <vincent.torri@gmail.com>2018-11-18 12:22:10 (GMT)
commitd966844a952d6fa2ff06c1bd920dca4b2e70e6a7 (patch)
tree61cfc291434dc8f02e2742b66d1273b35aa4d9db /lib
parentb5e106220ba253fb212670e37d873f7916a88f49 (diff)
downloadlz4-d966844a952d6fa2ff06c1bd920dca4b2e70e6a7.zip
lz4-d966844a952d6fa2ff06c1bd920dca4b2e70e6a7.tar.gz
lz4-d966844a952d6fa2ff06c1bd920dca4b2e70e6a7.tar.bz2
Add documentation about DLLTOOL variable
Diffstat (limited to 'lib')
-rw-r--r--lib/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/README.md b/lib/README.md
index 8b3b424..66f1eed 100644
--- a/lib/README.md
+++ b/lib/README.md
@@ -64,6 +64,7 @@ Other files present in the directory are not source code. There are :
- `LICENSE` : contains the BSD license text
- `Makefile` : `make` script to compile and install lz4 library (static and dynamic)
+ - dlltool can be overrided by setting DLLTOOL variable (useful when cross-compiling on Linux for Windows)
- `liblz4.pc.in` : for `pkg-config` (used in `make install`)
- `README.md` : this file